UNPKG

antd

Version:

An enterprise-class UI design language and React-based implementation

10 lines (9 loc) 232 B
export interface ActionButtonProps { type: 'primary' | 'ghost' | 'dashed'; actionFn: Function; closeModal: Function; autoFocus?: Boolean; } export default function confirm(config: any): { destroy: () => void; };