UNPKG

@vuesax-alpha/nightly

Version:
1 lines 928 B
{"version":3,"file":"avatar-group.mjs","sources":["../../../../../../packages/components/avatar/src/avatar-group.ts"],"sourcesContent":["import { buildProps } from '@vuesax-alpha/utils'\n\nimport type { ExtractPropTypes } from 'vue'\nimport type AvatarGroup from './avatar-group.vue'\n\nexport const avatarGroupProps = buildProps({\n /**\n * change the way the avatar is composed by placing one next to the other.\n */\n float: {\n type: Boolean,\n },\n /**\n * determine how many avatars are visible.\n */\n max: {\n type: [String, Number],\n },\n} as const)\n\nexport type AvatarGroupProps = ExtractPropTypes<typeof avatarGroupProps>\nexport type AvatarGroupInstance = InstanceType<typeof AvatarGroup>\n"],"names":[],"mappings":";;;AAKO,MAAM,mBAAmB,UAAW,CAAA;AAAA,EAIzC,KAAO,EAAA;AAAA,IACL,IAAM,EAAA,OAAA;AAAA,GACR;AAAA,EAIA,GAAK,EAAA;AAAA,IACH,IAAA,EAAM,CAAC,MAAA,EAAQ,MAAM,CAAA;AAAA,GACvB;AACF,CAAU;;;;"}