UNPKG

@volverjs/ui-vue

Version:

@volverjs/ui-vue is a lightweight Vue 3 component library to accompany @volverjs/style.

10 lines (9 loc) 197 B
export type UploadedFile<Source = unknown> = { name: string; size: number; type: string; url?: string; thumbnailUrl?: string; lastModified?: number; source?: Source; };