UNPKG

gather-content-ui

Version:
11 lines 433 B
export declare function ConfirmationOverlay({ confirm, cancel, confirmationText, failureText, className, show, ...rest }: any): import("react/jsx-runtime").JSX.Element; export declare namespace ConfirmationOverlay { var defaultProps: { className: string; confirmationText: string; show: boolean; failureText: string; }; } export default ConfirmationOverlay; //# sourceMappingURL=index.d.ts.map