ui-mathilde-web 0.1.5 → 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 +2 -0
- package/dist/ui-mathilde-web.js +2462 -2441
- package/dist/ui-mathilde-web.umd.cjs +38 -38
- package/package.json +1 -1
|
@@ -184,6 +184,8 @@ declare interface TableOfContentsProps {
|
|
|
184
184
|
items: MenuItem[];
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
+
export declare function TabsComponent(): JSX_2.Element;
|
|
188
|
+
|
|
187
189
|
export declare const TermsCheckbox: default_2.FC<TermsCheckboxProps>;
|
|
188
190
|
|
|
189
191
|
declare interface TermsCheckboxProps {
|