import type { UploadItem } from '../../interface'; export interface BasicPreviewProps { list?: UploadItem[]; target: UploadItem; onClose: () => void; onChangeCurrent: (current: UploadItem) => void; } //# sourceMappingURL=interface.d.ts.map