@abdellatifui/react 3.2.109 → 3.2.110
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 -1
- package/dist/nextgen.js +122 -117
- package/package.json +1 -1
package/dist/nextgen.d.ts
CHANGED
|
@@ -504,7 +504,7 @@ export declare interface InlineSpinnerProps extends SpinnerProps {
|
|
|
504
504
|
modelClassName?: string | Record<string, any>;
|
|
505
505
|
}
|
|
506
506
|
|
|
507
|
-
export declare const Input: default_2.MemoExoticComponent<(props:
|
|
507
|
+
export declare const Input: default_2.MemoExoticComponent<(props: InputProps_3) => JSX.Element>;
|
|
508
508
|
|
|
509
509
|
export declare interface InputProps extends default_2.InputHTMLAttributes<HTMLInputElement> {
|
|
510
510
|
placeholder: string;
|
|
@@ -707,6 +707,7 @@ declare interface ModelProps_2 {
|
|
|
707
707
|
onOpen?: ({}: {}) => void;
|
|
708
708
|
closeDelay?: number;
|
|
709
709
|
animationDuration?: number;
|
|
710
|
+
applyStackRules?: boolean;
|
|
710
711
|
}
|
|
711
712
|
|
|
712
713
|
export declare const MuiTable: (props: any) => JSX.Element;
|