ui-mathilde-web 0.1.4 → 0.1.5
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 +6 -0
- package/dist/ui-mathilde-web.js +360 -347
- package/dist/ui-mathilde-web.umd.cjs +4 -4
- 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 {
|