@nethesis/vue-components
Version:
This library contains: - a collection of Vue 3 components based on [Flowbite](https://flowbite.com/) - a set of utility functions
36 lines • 1.27 kB
TypeScript
interface FileInputProps {
modelValue?: File | File[] | null;
label?: string;
invalidMessage?: string;
dropzoneLabel: string;
progress?: number;
showProgress?: boolean;
accept?: string | undefined;
}
declare var __VLS_5: {};
type __VLS_Slots = {} & {
default?: (props: typeof __VLS_5) => any;
};
declare const __VLS_component: import("vue").DefineComponent<FileInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
select: (...args: any[]) => void;
"update:modelValue": (...args: any[]) => void;
}, string, import("vue").PublicProps, Readonly<FileInputProps> & Readonly<{
onSelect?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {
label: string;
progress: number;
showProgress: boolean;
modelValue: File | File[] | null;
invalidMessage: string;
dropzoneLabel: string;
accept: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
export default _default;
type __VLS_WithSlots<T, S> = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=NeFileInput.vue.d.ts.map