shimo-js-sdk-shared
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -322,5 +322,5 @@ import { FileId } from './File'; | ||
/** | ||
* toast类型 | ||
* toast类型, 默认为info | ||
*/ | ||
type: 'success' | 'error' | 'warn' | 'info'; | ||
type?: 'success' | 'error' | 'warn' | 'info'; | ||
/** | ||
@@ -327,0 +327,0 @@ * 显示时长,默认3s |
{ | ||
"name": "shimo-js-sdk-shared", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "SDK 2.0 前端共享资源,如 types。", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
23663