UNPKG

@wufengteam/inputs

Version:

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

12 lines (11 loc) 248 B
import type { FC } from 'react'; import './index.less'; interface InParamsProps { fields: any; type: string; onValuesChange: any; apiObject: any; value: any; } declare const InParams: FC<InParamsProps>; export default InParams;