UNPKG

@wufengteam/inputs

Version:

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

6 lines (5 loc) 205 B
import type { FC } from 'react'; import type { ChooseAttachmentsProps } from './type'; import './index.less'; declare const ChooseAttachments: FC<ChooseAttachmentsProps>; export default ChooseAttachments;