@sinco/react 1.0.4-rc.0 → 1.0.4-rc.1

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.4-rc.0",
3
+ "version": "1.0.4-rc.1",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -3,7 +3,7 @@ export interface Option {
3
3
  }
4
4
  export interface Toast {
5
5
  type?: string;
6
- subtitle?: string;
6
+ description?: string;
7
7
  time?: number | any;
8
8
  title?: string;
9
9
  dataOpt?: Option[];