UNPKG

@resulbeser1/air-command-ui-components

Version:
11 lines (10 loc) 244 B
export interface DialogProps { isOpen: boolean; onClose: () => void; title?: string; children: React.ReactNode; theme?: "light" | "dark"; showCloseButton?: boolean; blurBackground?: boolean; maxWidth?: string; }