mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 16:04:04 +00:00
[new feature] Toast: add icon prop (#3485)
This commit is contained in:
1
types/toast.d.ts
vendored
1
types/toast.d.ts
vendored
@@ -4,6 +4,7 @@ import { VanPopupMixin } from './mixins/popup';
|
||||
type ToastMessage = string | number;
|
||||
|
||||
export type ToastOptions = {
|
||||
icon?: string;
|
||||
type?: string;
|
||||
mask?: boolean;
|
||||
position?: string;
|
||||
|
Reference in New Issue
Block a user