UNPKG

yg-my-lib

Version:

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

6 lines (5 loc) 180 B
import { ModalProps } from 'antd'; export declare const useDialog: () => { openDialog: (component: React.ReactNode, props: ModalProps) => void; closeDialog: () => void; };