UNPKG

@findnlink/ui

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