[new feature] Toast: add icon prop (#3485)
This commit is contained in:
Vendored
+1
@@ -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