UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

6 lines (5 loc) 145 B
export type FileStatus = 'initial' | 'loading' | 'success' | 'error'; export type FilePickerFile = { value: File; status: FileStatus; };