@reeverdev/ui 0.2.6 → 0.2.7
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.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2127,7 +2127,7 @@ declare const ModalBody: {
|
|
|
2127
2127
|
displayName: string;
|
|
2128
2128
|
};
|
|
2129
2129
|
declare const ModalFooter: {
|
|
2130
|
-
({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
2130
|
+
({ className, children, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
2131
2131
|
displayName: string;
|
|
2132
2132
|
};
|
|
2133
2133
|
declare const ModalTitle: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
|
package/dist/index.d.ts
CHANGED
|
@@ -2127,7 +2127,7 @@ declare const ModalBody: {
|
|
|
2127
2127
|
displayName: string;
|
|
2128
2128
|
};
|
|
2129
2129
|
declare const ModalFooter: {
|
|
2130
|
-
({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
2130
|
+
({ className, children, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
2131
2131
|
displayName: string;
|
|
2132
2132
|
};
|
|
2133
2133
|
declare const ModalTitle: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
|