@data-c/ui 0.1.65 → 0.1.66
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -848,7 +848,7 @@ declare const Button: {
|
|
|
848
848
|
Button: typeof ButtonGroupButton;
|
|
849
849
|
};
|
|
850
850
|
|
|
851
|
-
interface CardRootProps {
|
|
851
|
+
interface CardRootProps extends BoxProps {
|
|
852
852
|
children: React__default.ReactNode;
|
|
853
853
|
}
|
|
854
854
|
declare function CardRoot(props: CardRootProps): react_jsx_runtime.JSX.Element;
|