vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
16 lines (15 loc) • 818 B
TypeScript
import { default as _WheelPicker } from './src/index.vue';
export declare const WheelPicker: import('../withInstall').SFCWithInstall<import('vue').DefineComponent<import('./src/types').Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"update:modelValue": (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<import('./src/types').Props> & Readonly<{
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {
width: number;
value: string | number;
label: string;
theme: string;
itemHeight: number;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
wheelEl: HTMLDivElement;
}, HTMLDivElement>> & Record<string, any>;
export type WheelPickerInstance = InstanceType<typeof _WheelPicker>;