@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
20 lines (18 loc) • 704 B
JavaScript
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
const require_avatar = require('./avatar.cjs');
const require_avatar_group = require('./avatar-group.cjs');
//#region src/components/avatar/namespace.ts
var namespace_exports = /* @__PURE__ */ require_rolldown_runtime.__export({
Item: () => require_avatar.Avatar,
PropsContext: () => require_avatar.AvatarPropsContext,
Root: () => require_avatar_group.AvatarGroupRoot,
usePropsContext: () => require_avatar.useAvatarPropsContext
});
//#endregion
Object.defineProperty(exports, 'namespace_exports', {
enumerable: true,
get: function () {
return namespace_exports;
}
});
//# sourceMappingURL=namespace.cjs.map