mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update AvatarGroup.d.ts
This commit is contained in:
parent
c3ce4c2164
commit
dfb49328f9
1 changed files with 8 additions and 2 deletions
10
components/lib/avatargroup/AvatarGroup.d.ts
vendored
10
components/lib/avatargroup/AvatarGroup.d.ts
vendored
|
@ -1,12 +1,13 @@
|
|||
/**
|
||||
*
|
||||
* AvatarGroup is a helper component for Avatar.
|
||||
* A set of Avatars can be displayed together using the AvatarGroup component.
|
||||
*
|
||||
* [Live Demo](https://www.primevue.org/accordion/)
|
||||
*
|
||||
* @module avatargroup
|
||||
*
|
||||
*/
|
||||
import { VNode } from 'vue';
|
||||
import { ComponentHooks } from '../basecomponent';
|
||||
import { PassThroughOptions } from '../passthrough';
|
||||
import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
||||
|
@ -60,7 +61,12 @@ export interface AvatarGroupProps {
|
|||
/**
|
||||
* Defines valid slots in AvatarGroup component.
|
||||
*/
|
||||
export interface AvatarGroupSlots {}
|
||||
export interface AvatarGroupSlots {
|
||||
/**
|
||||
* Default slot to detect Avatar components.
|
||||
*/
|
||||
default(): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
* Defines valid emits in AvatarGroup component.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue