vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
13 lines (12 loc) • 617 B
TypeScript
import { GroupProps, Options } from './types';
declare const _default: import('vue').DefineComponent<GroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (...args: any[]) => void;
more: (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<GroupProps> & Readonly<{
onChange?: ((...args: any[]) => any) | undefined;
onMore?: ((...args: any[]) => any) | undefined;
}>, {
options: Options;
max: number;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;