UNPKG

yg-my-lib

Version:

这是一个测试的库,未正式使用

8 lines (7 loc) 197 B
import { ModalProps } from 'antd'; export interface IDynamicDialogProps extends ModalProps { } export interface IDynamicImperativeProps { openDialog: () => void; closeDialog: () => void; }