UNPKG

@wufengteam/inputs

Version:

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

5 lines (4 loc) 174 B
import type { FC } from 'react'; import type { AttachmentsListProps } from './type'; declare const AttachmentsList: FC<AttachmentsListProps>; export default AttachmentsList;