UNPKG

gather-content-ui

Version:
14 lines 611 B
export declare function InputConfirmationModal({ onHide, show, introTitle, confirmTitle, introBody, confirmBody, buttonText, confirmKeyword, onConfirm, className, loading, skipConfirm, ...rest }: any): import("react/jsx-runtime").JSX.Element; export declare namespace InputConfirmationModal { var defaultProps: { onHide: () => void; show: boolean; buttonText: string; confirmKeyword: string; className: string; loading: boolean; skipConfirm: boolean; }; } export default InputConfirmationModal; //# sourceMappingURL=InputConfirmationModal.d.ts.map