Repository URL to install this package:
Version:
0.2.0-dev.38 ▾
|
/// <reference types="react" />
import ConfirmingButtonProps from './ConfirmingButton.types';
declare const ConfirmingButton: ({ component: Component, onConfirm, tooltip, color, actionTitle, children, ...rest }: ConfirmingButtonProps) => JSX.Element;
export default ConfirmingButton;