UNPKG

react-confirm-box

Version:
3 lines (2 loc) 133 B
import { Options } from './types'; export declare const confirm: (message: string, options?: Options | undefined) => Promise<any>;