UNPKG

@vuesax-alpha/nightly

Version:
19 lines (18 loc) 911 B
import type { ExtractPropTypes } from 'vue'; import type AvatarGroup from './avatar-group.vue'; export declare const avatarGroupProps: { readonly float: { readonly type: import("vue").PropType<import("vuesax-alpha/es/utils").VsPropMergeType<BooleanConstructor, unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __vsPropKey: true; }; readonly max: { readonly type: import("vue").PropType<import("vuesax-alpha/es/utils").VsPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __vsPropKey: true; }; }; export declare type AvatarGroupProps = ExtractPropTypes<typeof avatarGroupProps>; export declare type AvatarGroupInstance = InstanceType<typeof AvatarGroup>;