UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

17 lines (16 loc) 853 B
import { default as _Rate } from './src/index.vue'; export declare const Rate: import('../withInstall').SFCWithInstall<import('vue').DefineComponent<import('./src/types').Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { select: (...args: any[]) => void; "update:modelValue": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<import('./src/types').Props> & Readonly<{ onSelect?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { length: number; size: number; color: string; modelValue: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { rateEl: HTMLDivElement; }, HTMLDivElement>> & Record<string, any>; export type RateInstance = InstanceType<typeof _Rate>;