@sinco/react 1.0.0 → 1.0.1-rc.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.0",
3
+ "version": "1.0.1-rc.1",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -0,0 +1,2 @@
1
+ declare const breakpoints: import("@mui/system").Breakpoints;
2
+ export default breakpoints;
@@ -1,2 +1,3 @@
1
- import { Components } from "@mui/material";
2
- export declare const components: Components<unknown>;
1
+ import { Components } from '@mui/material';
2
+ declare const components: Components;
3
+ export default components;
@@ -0,0 +1,3 @@
1
+ import { Mixins } from '@mui/material';
2
+ declare const mixins: Mixins;
3
+ export default mixins;
@@ -1,2 +1,3 @@
1
1
  import { PaletteOptions } from '@mui/material';
2
- export declare const palette: PaletteOptions;
2
+ declare const palette: PaletteOptions;
3
+ export default palette;
@@ -1,2 +1,3 @@
1
1
  import { Shadows } from '@mui/material/styles/shadows';
2
- export declare const shadows: Shadows;
2
+ declare const shadows: Shadows;
3
+ export default shadows;
@@ -1,2 +1,3 @@
1
1
  import { TypographyOptions } from '@mui/material/styles/createTypography';
2
- export declare const typography: TypographyOptions;
2
+ declare const typography: TypographyOptions;
3
+ export default typography;