UNPKG

@wufengteam/inputs

Version:

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

12 lines (11 loc) 299 B
import type { FC } from 'react'; import './index.less'; interface FieldMappingGroupProps { visible: boolean; onClose: () => void; DSLCore: any; onOk: (res: any) => void; value: any; } declare const FieldMappingGroup: FC<FieldMappingGroupProps>; export default FieldMappingGroup;