UNPKG

@yamada-ui/react

Version:

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

8 lines (7 loc) 489 B
import { avatarStyle } from "./avatar.style.js"; import { useAvatar } from "./use-avatar.js"; import { Avatar, AvatarPropsContext, useAvatarPropsContext } from "./avatar.js"; import { useAvatarGroup } from "./use-avatar-group.js"; import { AvatarGroupRoot } from "./avatar-group.js"; import { namespace_exports } from "./namespace.js"; export { Avatar, namespace_exports as AvatarGroup, AvatarGroupRoot, AvatarPropsContext, avatarStyle, useAvatar, useAvatarGroup, useAvatarPropsContext };