© 2026 Hedgehog Software, LLC
import type { UnwrapRef } from 'vue' declare module 'vue' { interface ComponentCustomProperties { readonly FileUploadError: UnwrapRef< (typeof import('/Users/XXXXXXX/Project/XXXX/node_modules/@package/dist/runtime/interfaces/UI.d.ts'))['FileUploadError'] > } }
export declare enum FileUploadError { SIZE = "size", TYPE = "type", MULTIPLE = "multiple", READ = "read" }
can't access property "SIZE", _ctx.FileUploadError is undefined