UNPKG

pkg-components

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