UNPKG

tdesign-react

Version:
7 lines (6 loc) 255 B
import { DialogMethod, DialogConfirmMethod, DialogAlertMethod } from './type'; export interface DialogPluginType extends DialogMethod { alert: DialogAlertMethod; confirm: DialogConfirmMethod; } export declare const DialogPlugin: DialogPluginType;