UNPKG

design-react-kit

Version:

Componenti React per Bootstrap 5

8 lines (7 loc) 215 B
export interface NotificationCommonProps { containerId?: string | number; duration?: number; fix?: 'top' | 'bottom' | 'right' | 'left'; closeOnClick?: boolean; } export type NotificationId = string;