@sinco/react 0.0.0-rc.8 → 0.0.0-rc.9

Sign up to get free protection for your applications and to get access to all the features.
package/index.js CHANGED
@@ -4809,6 +4809,6 @@ const themeOptions = {
4809
4809
  spacing: 8
4810
4810
  };
4811
4811
 
4812
- const SincoTheme = override => createTheme(Object.assign({}, themeOptions, override));
4812
+ const SincoTheme = createTheme(Object.assign({}, themeOptions));
4813
4813
 
4814
4814
  export { SincoTheme };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "0.0.0-rc.8",
3
+ "version": "0.0.0-rc.9",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -1,2 +1 @@
1
- import { ThemeOptions } from '@mui/material/styles';
2
- export declare const SincoTheme: (override?: ThemeOptions) => import("@mui/material/styles").Theme;
1
+ export declare const SincoTheme: import("@mui/material/styles").Theme;