import { ButtonProps } from '../../button';
import { PopupPlacement as PopconfirmPlacement } from '../../popup';

type PopconfirmButton = string | ButtonProps;

export { PopconfirmButton, PopconfirmPlacement };
