tsteam-business-card-card-mini/vant/dist/picker/shared.d.ts
2024-02-22 11:04:15 +08:00

22 lines
482 B
TypeScript
Executable File

export declare const pickerProps: {
title: StringConstructor;
loading: BooleanConstructor;
showToolbar: BooleanConstructor;
cancelButtonText: {
type: StringConstructor;
value: string;
};
confirmButtonText: {
type: StringConstructor;
value: string;
};
visibleItemCount: {
type: NumberConstructor;
value: number;
};
itemHeight: {
type: NumberConstructor;
value: number;
};
};