UNPKG

@baseplate-dev/ui-components

Version:

Shared UI component library

8 lines 278 B
import type React from 'react'; /** * A confirm dialog that is placed at the top level of the page * enabling the use of the useConfirmDialog hook. */ declare function ConfirmDialog(): React.ReactElement; export { ConfirmDialog }; //# sourceMappingURL=confirm-dialog.d.ts.map