feat(Notify): add type prop (#4237)
This commit is contained in:
Vendored
+1
@@ -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