@mindly/ui-components 5.46.12 → 5.46.13
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
CHANGED
|
@@ -2352,6 +2352,7 @@ type CardModalProps = {
|
|
|
2352
2352
|
backButton?: boolean;
|
|
2353
2353
|
onClose: () => void;
|
|
2354
2354
|
}) => React__default.ReactNode;
|
|
2355
|
+
mode?: HTMLIonModalElement['mode'];
|
|
2355
2356
|
};
|
|
2356
2357
|
declare const CardModal: React__default.ForwardRefExoticComponent<CardModalProps & {
|
|
2357
2358
|
children?: React__default.ReactNode;
|