press-ui
Version:
简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目
31 lines (30 loc) • 570 B
TypeScript
export declare const pickerProps: {
title: {
type: StringConstructor;
default: string;
};
showToolbar: {
type: BooleanConstructor;
default: boolean;
};
loading: {
type: BooleanConstructor;
default: boolean;
};
cancelButtonText: {
type: StringConstructor;
default: any;
};
confirmButtonText: {
type: StringConstructor;
default: any;
};
visibleItemCount: {
type: NumberConstructor;
default: number;
};
itemHeight: {
type: (NumberConstructor | StringConstructor)[];
default: number;
};
};