@cblink/finches-ui
Version:
A Component Library for Vue 3
37 lines (36 loc) • 725 B
TypeScript
export declare const basicProps: {
modelValue: {
type: ArrayConstructor;
default: () => never[];
};
accept: {
default: string;
type: StringConstructor;
};
maxSize: {
default: number;
type: NumberConstructor;
};
maxCount: {
default: number;
type: NumberConstructor;
};
hint: {
type: StringConstructor;
};
value: {
type: ArrayConstructor;
default(): never[];
};
showHint: {
type: BooleanConstructor;
default: boolean;
};
namespace: {
type: StringConstructor;
default: string;
};
httpRequest: {
type: FunctionConstructor;
};
};