UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

24 lines (23 loc) 681 B
import { TdAvatarGroupProps } from '../avatar/type'; import { PropType } from 'vue'; declare const _default: { cascading: { type: PropType<import("../avatar/type").CascadingValue>; default: import("../avatar/type").CascadingValue; validator(val: TdAvatarGroupProps['cascading']): boolean; }; collapseAvatar: { type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; max: { type: NumberConstructor; }; popupProps: { type: PropType<import("..").TdPopupProps>; }; size: { type: StringConstructor; default: string; }; }; export default _default;