gather-content-ui
Version:
GatherContent UI Library
14 lines • 634 B
TypeScript
export declare function ConfirmationModal({ title, introText, children, submitText, buttonType, cancelText, submitCallback, callbackCanExecute, footerContent, disabled, showSpinner, useShowSpinnerProp, extraButtons, ...rest }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace ConfirmationModal {
var defaultProps: {
buttonType: string;
introText: null;
callbackCanExecute: boolean;
footerContent: null;
disabled: boolean;
showSpinner: boolean;
useShowSpinnerProp: boolean;
};
}
export default ConfirmationModal;
//# sourceMappingURL=index.d.ts.map