@mdtl/uikit 0.0.7 → 0.0.9

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.
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ declare const _default: React.MemoExoticComponent<(props: any) => React.JSX.Element>;
3
+ export default _default;
package/dist/index.d.ts CHANGED
@@ -1,2 +1,5 @@
1
1
  export { Title } from './components/Title/Title';
2
2
  export { CollapsibleSection } from './components/CollapsibleSection/CollapsibleSection';
3
+ export { themeOptions } from './theme/config';
4
+ export { typographyConfig } from './theme/typography';
5
+ export { defaultColors } from './theme/base';
@@ -25,7 +25,7 @@ declare module '@mui/material/styles' {
25
25
  'body5 semi bold': true;
26
26
  }
27
27
  }
28
- declare const typography: {
28
+ export declare const typographyConfig: {
29
29
  display1: {
30
30
  fontWeight: number;
31
31
  fontSize: string;
@@ -126,4 +126,3 @@ declare const typography: {
126
126
  lineHeight: string;
127
127
  };
128
128
  };
129
- export default typography;