@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
16 lines (14 loc) • 607 B
JavaScript
import { __export } from "../../_virtual/rolldown_runtime.js";
import { ContainerBody, ContainerFooter, ContainerHeader, ContainerPropsContext, ContainerRoot, useContainerPropsContext } from "./container.js";
//#region src/components/container/namespace.ts
var namespace_exports = /* @__PURE__ */ __export({
Body: () => ContainerBody,
Footer: () => ContainerFooter,
Header: () => ContainerHeader,
PropsContext: () => ContainerPropsContext,
Root: () => ContainerRoot,
usePropsContext: () => useContainerPropsContext
});
//#endregion
export { namespace_exports };
//# sourceMappingURL=namespace.js.map