UNPKG

@wufengteam/inputs

Version:

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

12 lines (11 loc) 271 B
import type { FC } from 'react'; import './index.less'; interface TreeOptionSetProps { label?: any; name: any; rules?: any[]; required?: boolean; selectedComp?: any; } declare const TreeOptionSet: FC<TreeOptionSetProps>; export default TreeOptionSet;