import type { ComponentProps } from 'react'
import type BackUpload from '@fruits-chain/upload'

export type UploadItems = ComponentProps<typeof BackUpload>['list']
