UNPKG

@wufengteam/inputs

Version:

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

11 lines (10 loc) 222 B
import type { FC } from 'react'; import './index.less'; interface IProps { label: string; name: string; context: any; DSLCore?: any; } declare const SettingDepart: FC<IProps>; export default SettingDepart;