@data-c/ui 0.2.94 → 0.2.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -830,7 +830,7 @@ interface CardHeaderProps {
|
|
|
830
830
|
declare function CardHeader(props: CardHeaderProps): react_jsx_runtime.JSX.Element;
|
|
831
831
|
|
|
832
832
|
interface CardTitleProps {
|
|
833
|
-
title: string;
|
|
833
|
+
title: string | React__default.ReactNode;
|
|
834
834
|
}
|
|
835
835
|
declare function CardTitle(props: CardTitleProps): react_jsx_runtime.JSX.Element;
|
|
836
836
|
|