@sinco/react 1.1.2-rc.96 → 1.1.2-rc.97

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.1.2-rc.96",
3
+ "version": "1.1.2-rc.97",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -0,0 +1,13 @@
1
+ declare const IncognitIcon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2
+ muiName: string;
3
+ };
4
+ declare const IncognitIconOutlined: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
5
+ muiName: string;
6
+ };
7
+ declare const Incognit: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
8
+ muiName: string;
9
+ };
10
+ declare const IncognitOutlined: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
11
+ muiName: string;
12
+ };
13
+ export { IncognitIcon, Incognit, IncognitIconOutlined, IncognitOutlined };
@@ -5,3 +5,4 @@ export * from "./ToastNotification";
5
5
  export * from "./PageHeader";
6
6
  export * from "./ProgressSinco";
7
7
  export * from "./CardRadio";
8
+ export * from "./Icons";
@@ -1,3 +1,2 @@
1
1
  import { Components } from "@mui/material";
2
- import "../../module";
3
2
  export declare const components: Components;