@abdellatifui/react 3.2.121 → 3.2.122
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/nextgen.css +1 -1
- package/dist/nextgen.d.ts +2 -0
- package/dist/nextgen.js +1923 -1898
- package/package.json +1 -1
package/dist/nextgen.d.ts
CHANGED
|
@@ -705,10 +705,12 @@ declare interface ModelProps_2 {
|
|
|
705
705
|
container?: MutableRefObject<HTMLDivElement>;
|
|
706
706
|
onChange?: ({}: {}) => void;
|
|
707
707
|
onClose?: ({}: {}) => void;
|
|
708
|
+
onCloseStart?: ({}: {}) => void;
|
|
708
709
|
onOpen?: ({}: {}) => void;
|
|
709
710
|
closeDelay?: number;
|
|
710
711
|
animationDuration?: number;
|
|
711
712
|
applyStackRules?: boolean;
|
|
713
|
+
defaultOpen?: boolean;
|
|
712
714
|
}
|
|
713
715
|
|
|
714
716
|
export declare const MuiTable: (props: any) => JSX.Element;
|