@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.
16 lines (15 loc) • 391 B
TypeScript
import { OverridableComponent } from '@mui/types';
import { AvatarTypeMap } from './AvatarProps';
/**
*
* Demos:
*
* - [Avatar](https://mui.com/joy-ui/react-avatar/)
* - [Skeleton](https://mui.com/joy-ui/react-skeleton/)
*
* API:
*
* - [Avatar API](https://mui.com/joy-ui/api/avatar/)
*/
declare const Avatar: OverridableComponent<AvatarTypeMap<{}, "div">>;
export default Avatar;