vue-toasted icon indicating copy to clipboard operation
vue-toasted copied to clipboard

Type for ToastIconPack is not correct, 'mdi' is missing

Open frck006 opened this issue 4 years ago • 0 comments

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'

frck006 avatar Aug 19 '20 12:08 frck006