UNPKG

@yamada-ui/react

Version:

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

15 lines (13 loc) 517 B
import { __export } from "../../_virtual/rolldown_runtime.js"; import { Avatar, AvatarPropsContext, useAvatarPropsContext } from "./avatar.js"; import { AvatarGroupRoot } from "./avatar-group.js"; //#region src/components/avatar/namespace.ts var namespace_exports = /* @__PURE__ */ __export({ Item: () => Avatar, PropsContext: () => AvatarPropsContext, Root: () => AvatarGroupRoot, usePropsContext: () => useAvatarPropsContext }); //#endregion export { namespace_exports }; //# sourceMappingURL=namespace.js.map