@sinco/react 1.0.12-rc.1 → 1.0.12-rc.2

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