UNPKG

@wufengteam/inputs

Version:

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

7 lines (6 loc) 253 B
import type { FC } from 'react'; import type { SubFormItemEditorProps } from './type'; import './index.less'; export declare function randomString(): string; declare const SubFormItemEditor: FC<SubFormItemEditorProps>; export default SubFormItemEditor;