@abdellatifui/react 3.0.5 → 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 +2 -0
- package/dist/nextgen.js +4186 -4178
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/nextgen.d.ts
CHANGED
|
@@ -109,6 +109,8 @@ export declare function Headline(props: any): JSX_2.Element;
|
|
|
109
109
|
|
|
110
110
|
export declare const HelpPopover: (props: any) => JSX_2.Element;
|
|
111
111
|
|
|
112
|
+
export declare const HorizontalDiv: (props: any) => JSX_2.Element;
|
|
113
|
+
|
|
112
114
|
export declare const IconButton: default_2.ForwardRefExoticComponent<default_2.RefAttributes<unknown>>;
|
|
113
115
|
|
|
114
116
|
export declare function InformationTableMui(props: any): JSX_2.Element;
|