UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

7 lines 750 B
import { AvatarStyle, avatarStyle } from "./avatar.style.js"; import { UseAvatarProps, UseAvatarReturn, useAvatar } from "./use-avatar.js"; import { Avatar, AvatarProps, AvatarPropsContext, useAvatarPropsContext } from "./avatar.js"; import { UseAvatarGroupProps, UseAvatarGroupReturn, useAvatarGroup } from "./use-avatar-group.js"; import { AvatarGroupRoot, AvatarGroupRootProps } from "./avatar-group.js"; import { namespace_d_exports } from "./namespace.js"; export { Avatar, namespace_d_exports as AvatarGroup, AvatarGroupRoot, type AvatarGroupRootProps, type AvatarProps, AvatarPropsContext, AvatarStyle, UseAvatarGroupProps, UseAvatarGroupReturn, UseAvatarProps, UseAvatarReturn, avatarStyle, useAvatar, useAvatarGroup, useAvatarPropsContext };