mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 11:58:10 +08:00
chore: 修复 toast 里的类型报错
This commit is contained in:
parent
87e1fd9c5b
commit
bbbbd8906a
@ -269,7 +269,7 @@ interface ToastMessageProps {
|
||||
classnames: ClassNamesFn;
|
||||
translate: TranslateFn;
|
||||
allowHtml: boolean;
|
||||
className: string;
|
||||
className?: string;
|
||||
useMobileUI?: boolean;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user