chore: 修复 toast 里的类型报错

This commit is contained in:
吴多益 2023-04-25 19:28:24 +08:00 committed by GitHub
parent 87e1fd9c5b
commit bbbbd8906a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -269,7 +269,7 @@ interface ToastMessageProps {
classnames: ClassNamesFn;
translate: TranslateFn;
allowHtml: boolean;
className: string;
className?: string;
useMobileUI?: boolean;
}