ui-mathilde-web 0.1.4 → 0.1.6
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/ui-mathilde-web.d.ts +8 -0
- package/dist/ui-mathilde-web.js +2614 -2580
- package/dist/ui-mathilde-web.umd.cjs +38 -38
- package/package.json +1 -1
|
@@ -162,6 +162,12 @@ declare interface SelectFormProps extends React.SelectHTMLAttributes<HTMLSelectE
|
|
|
162
162
|
|
|
163
163
|
export declare const SidebarMth: () => JSX_2.Element;
|
|
164
164
|
|
|
165
|
+
export declare const Spinner: ({ description }: SpinnerProps) => JSX_2.Element;
|
|
166
|
+
|
|
167
|
+
declare interface SpinnerProps {
|
|
168
|
+
description?: string;
|
|
169
|
+
}
|
|
170
|
+
|
|
165
171
|
export declare const TableComponent: React_2.FC<TableComponentProps>;
|
|
166
172
|
|
|
167
173
|
declare interface TableComponentProps {
|
|
@@ -178,6 +184,8 @@ declare interface TableOfContentsProps {
|
|
|
178
184
|
items: MenuItem[];
|
|
179
185
|
}
|
|
180
186
|
|
|
187
|
+
export declare function TabsComponent(): JSX_2.Element;
|
|
188
|
+
|
|
181
189
|
export declare const TermsCheckbox: default_2.FC<TermsCheckboxProps>;
|
|
182
190
|
|
|
183
191
|
declare interface TermsCheckboxProps {
|