UNPKG

@findnlink/ui

Version:
12 lines (11 loc) 214 B
export interface ModalProps { children: any; open: boolean; onClose: () => void; type?: string; onConfirm?: () => void; i18n?: { yes: string; no: string; }; }