UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

21 lines (20 loc) 592 B
import type { ExtractPropTypes } from 'vue'; export declare const Props: { readonly files: { readonly type: ArrayConstructor; readonly default: () => []; }; readonly accept: { readonly type: StringConstructor; readonly default: () => string; }; readonly name: { readonly type: StringConstructor; readonly default: () => string; }; readonly multiple: { readonly type: BooleanConstructor; readonly default: () => boolean; }; }; export declare type UpLoadPropsType = ExtractPropTypes<typeof Props>;