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

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": "0.0.0-rc.7",
3
+ "version": "0.0.0-rc.8",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -1,2 +1,2 @@
1
1
  import { ThemeOptions } from '@mui/material/styles';
2
- export declare const SincoTheme: (override: ThemeOptions) => import("@mui/material/styles").Theme;
2
+ export declare const SincoTheme: (override?: ThemeOptions) => import("@mui/material/styles").Theme;