Open frck006 opened 4 years ago
types/index.d.t contains: export type ToastTheme = 'primary' | 'outline' | 'bubble'
export type ToastTheme = 'primary' | 'outline' | 'bubble'
I think it should be export type ToastTheme = 'toasted-primary' | 'outline' | 'bubble'
export type ToastTheme = 'toasted-primary' | 'outline' | 'bubble'
types/index.d.t contains:
export type ToastTheme = 'primary' | 'outline' | 'bubble'
I think it should be
export type ToastTheme = 'toasted-primary' | 'outline' | 'bubble'