@abdellatifui/react 3.0.4 → 3.0.7
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.d.ts +4 -0
- package/dist/nextgen.js +7276 -7178
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/nextgen.d.ts
CHANGED
|
@@ -97,6 +97,8 @@ declare interface DialogPanelProps {
|
|
|
97
97
|
closeButton: string;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
+
export declare const ErrorBoundry: (props: any) => JSX_2.Element;
|
|
101
|
+
|
|
100
102
|
export declare const Frame: default_2.ForwardRefExoticComponent<default_2.RefAttributes<unknown>>;
|
|
101
103
|
|
|
102
104
|
export declare const Frequency: ForwardRefExoticComponent<RefAttributes<unknown>>;
|
|
@@ -107,6 +109,8 @@ export declare function Headline(props: any): JSX_2.Element;
|
|
|
107
109
|
|
|
108
110
|
export declare const HelpPopover: (props: any) => JSX_2.Element;
|
|
109
111
|
|
|
112
|
+
export declare const HorizontalDiv: (props: any) => JSX_2.Element;
|
|
113
|
+
|
|
110
114
|
export declare const IconButton: default_2.ForwardRefExoticComponent<default_2.RefAttributes<unknown>>;
|
|
111
115
|
|
|
112
116
|
export declare function InformationTableMui(props: any): JSX_2.Element;
|