UNPKG

@wufengteam/inputs

Version:

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

10 lines (9 loc) 213 B
import type { FC } from 'react'; import './index.less'; interface OutParamsProps { nodes: any; value: any; onValuesChange: any; } declare const OutParams: FC<OutParamsProps>; export default OutParams;