@sinco/react 0.0.0-rc.2 → 0.0.0-rc.4

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.2",
3
+ "version": "0.0.0-rc.4",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
package/src/index.d.ts CHANGED
@@ -1,2 +1 @@
1
- export * from './lib/bitakoraTheme';
2
- export * from './lib/sincoTheme/SincoTheme';
1
+ export * from './lib/Theme';
@@ -0,0 +1,2 @@
1
+ import { Components } from "@mui/material";
2
+ export declare const components: Components<unknown>;
@@ -1 +0,0 @@
1
- export declare const BitakoraTheme: import("@mui/material/styles").Theme;
@@ -1,2 +0,0 @@
1
- import { ThemeOptions } from '@mui/material';
2
- export declare const light: ThemeOptions;
File without changes
File without changes