UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

9 lines (8 loc) 290 B
//#region src/dialog/useDialog.d.ts declare const useDialog: () => { showConfirm: (title: string, message: string) => Promise<boolean>; showPrompt: (title: string, value?: string) => Promise<string | false>; }; //#endregion export { useDialog }; //# sourceMappingURL=useDialog.d.ts.map