UNPKG

@findnlink/neuro-ui

Version:
6 lines (5 loc) 113 B
export interface ToastProps { children: string; type: 'default' | 'error' | 'success'; id: number; }