@mui/joy
Version:
Joy UI is an open-source React component library that implements MUI's own design principles. It's comprehensive and can be used in production out of the box.
17 lines (16 loc) • 517 B
TypeScript
import * as React from 'react';
import { OverridableComponent } from '@mui/types';
import { AvatarGroupOwnerState, AvatarGroupTypeMap } from './AvatarGroupProps';
export declare const AvatarGroupContext: React.Context<AvatarGroupOwnerState | undefined>;
/**
*
* Demos:
*
* - [Avatar](https://mui.com/joy-ui/react-avatar/)
*
* API:
*
* - [AvatarGroup API](https://mui.com/joy-ui/api/avatar-group/)
*/
declare const AvatarGroup: OverridableComponent<AvatarGroupTypeMap<{}, "div">>;
export default AvatarGroup;