@cryptofi/core-ui 0.52.0 → 0.53.0
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -433,7 +433,7 @@ interface Props$2 extends ModalProps {
|
|
|
433
433
|
bodyBackground?: string;
|
|
434
434
|
isDisabledCloseButton?: boolean;
|
|
435
435
|
}
|
|
436
|
-
declare const CfModal: ({ isOpen, onClose, headerContent, footerContent, children, isCentered, size,
|
|
436
|
+
declare const CfModal: ({ isOpen, onClose, headerContent, footerContent, children, isCentered, size, bodyBackground, isDisabledCloseButton, ...rest }: Props$2) => react_jsx_runtime.JSX.Element;
|
|
437
437
|
//# sourceMappingURL=Modal.d.ts.map
|
|
438
438
|
|
|
439
439
|
interface PageClickEvent {
|