vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
17 lines (16 loc) • 694 B
TypeScript
import { Props } from './types';
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
select: (...args: any[]) => void;
"update:modelValue": (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<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>;
export default _default;