UNPKG

custom-app

Version:

ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������

6 lines (5 loc) 192 B
import { ModalFuncProps } from './Modal'; export default function confirm(config: ModalFuncProps): { destroy: (...args: any[]) => void; update: (newConfig: ModalFuncProps) => void; };