@fattureincloud/fic-design-system 0.4.24 → 0.4.25
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/modals/types.d.ts +2 -0
- package/dist/index.esm.js +5 -5
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
@@ -20,6 +20,8 @@ export interface ModalPropsInterface {
|
|
20
20
|
height?: number;
|
21
21
|
bottomAttachment?: () => ReactNode;
|
22
22
|
topAttachment?: () => ReactNode;
|
23
|
+
portalClassName?: string;
|
24
|
+
hideOverlay?: boolean;
|
23
25
|
className?: string;
|
24
26
|
onAfterOpen?: (obj?: {
|
25
27
|
overlayEl: Element;
|