UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

8 lines 209 B
export interface ConfirmationOptions { textOk?: string; textCancel?: string; message?: string; defaultOK?: boolean; draggable?: boolean; } //# sourceMappingURL=confirmation-options.d.ts.map