UNPKG

yg-my-lib

Version:

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

4 lines (3 loc) 300 B
import { PropsWithChildren, ForwardRefExoticComponent, RefAttributes } from 'react'; import { IDynamicDialogProps, IDynamicImperativeProps } from './type'; export declare const DynamicDialog: ForwardRefExoticComponent<IDynamicDialogProps & RefAttributes<PropsWithChildren<IDynamicImperativeProps>>>;