@volverjs/ui-vue
Version:
@volverjs/ui-vue is a lightweight Vue 3 component library to accompany @volverjs/style.
51 lines (50 loc) • 1.55 kB
TypeScript
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<globalThis.ExtractPropTypes<{
items: {
type: PropType<import("@/components/VvAvatarGroup").AvatarItem[]>;
default: () => never[];
required: boolean;
};
toShow: {
type: NumberConstructor;
default: number;
};
totalItems: {
type: NumberConstructor;
};
avatarModifiers: PropType<string | string[]>;
modifiers: {
type: PropType<string | string[]>;
default: undefined;
};
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
items: {
type: PropType<import("@/components/VvAvatarGroup").AvatarItem[]>;
default: () => never[];
required: boolean;
};
toShow: {
type: NumberConstructor;
default: number;
};
totalItems: {
type: NumberConstructor;
};
avatarModifiers: PropType<string | string[]>;
modifiers: {
type: PropType<string | string[]>;
default: undefined;
};
}>> & Readonly<{}>, {
modifiers: string | string[];
items: import("@/components/VvAvatarGroup").AvatarItem[];
toShow: number;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
default?: (props: {}) => any;
}>;
declare const _default: typeof __VLS_export;
export default _default;
type __VLS_WithSlots<T, S> = T & {
new (): {
$slots: S;
};
};