UNPKG

@stlhorizon/vue-ui

Version:

A Vue.js component library with Tailwind CSS styling

17 lines 748 B
declare const _default: import("vue").DefineComponent<{}, { $emit: typeof emit; $props: Partial<typeof props>; variant: string; multiple: boolean; accept?: string; maxSize?: number; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; declare const emit: (event: "files-selected" | "file-removed", ...args: any[]) => void; declare const props: { readonly variant: string; readonly multiple: boolean; readonly accept?: string; readonly maxSize?: number; }; //# sourceMappingURL=FileUpload.vue.d.ts.map