Open frck006 opened 4 years ago
types/index.d.t contains: export type ToastIconPack = 'material' | 'fontawesome' | 'custom-class' | 'callback'
export type ToastIconPack = 'material' | 'fontawesome' | 'custom-class' | 'callback'
I think it should be export type ToastIconPack = 'material' | 'fontawesome' | 'mdi' | 'custom-class' | 'callback'
export type ToastIconPack = 'material' | 'fontawesome' | 'mdi' | 'custom-class' | 'callback'
types/index.d.t contains:
export type ToastIconPack = 'material' | 'fontawesome' | 'custom-class' | 'callback'
I think it should be
export type ToastIconPack = 'material' | 'fontawesome' | 'mdi' | 'custom-class' | 'callback'