mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
feat(Notify): add type prop (#4237)
This commit is contained in:
1
types/notify.d.ts
vendored
1
types/notify.d.ts
vendored
@@ -3,6 +3,7 @@ import Vue from 'vue';
|
||||
export type NotifyMessage = string | number;
|
||||
|
||||
export type NotifyOptions = {
|
||||
type?: 'primary' | 'success' | 'danger' | 'warning';
|
||||
value?: boolean;
|
||||
color?: string;
|
||||
message?: NotifyMessage;
|
||||
|
Reference in New Issue
Block a user