UNPKG

pkg-components

Version:
15 lines (13 loc) 239 B
export interface AlertContentProps { err: { color?: string duration?: number message: string } closed: boolean } export interface ContainerToastProps { error: boolean closed: boolean color?: string }