UNPKG

@wufengteam/inputs

Version:

平台提供的右侧属性编辑器,需要在主工程中注册

8 lines (7 loc) 183 B
import type { FC } from 'react'; interface DescModalProps { data: any; onConfirm: (res: any) => void; } declare const DescModal: FC<DescModalProps>; export default DescModal;