UNPKG

truly-ui

Version:
8 lines (7 loc) 157 B
export interface ConfirmationOptions { title?: string; textOk?: string; textCancel?: string; defaultOK?: boolean; draggable?: boolean; }