We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befd25b commit 89841b9Copy full SHA for 89841b9
src/toast/README.en-US.md
@@ -25,6 +25,7 @@ name | params | description
25
-- | -- | --
26
close | \- | \-
27
destroy | \- | \-
28
+
29
### Toast External Classes
30
31
className | Description
src/toast/README.md
@@ -62,6 +62,7 @@ using-custom-navbar | Boolean | false | 是否使用了自定义导航栏 | N
62
63
close | \- | 轻提示隐藏的时候触发
64
destroy | \- | 轻提示销毁的时候触发
65
66
67
68
类名 | 描述
src/toast/type.ts
@@ -73,7 +73,7 @@ export interface TdToastProps {
73
*/
74
theme?: {
75
type: StringConstructor;
76
- value?: 'loading' | 'success' | 'error';
+ value?: 'loading' | 'success' | 'warning' | 'error';
77
};
78
/**
79
* 是否使用了自定义导航栏
0 commit comments