@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
19 lines (17 loc) • 748 B
JavaScript
import { __export } from "../../_virtual/rolldown_runtime.js";
import { Button, ButtonPropsContext, useButtonPropsContext } from "./button.js";
import { IconButton, IconButtonPropsContext, useIconButtonPropsContext } from "./icon-button.js";
import { ButtonGroupRoot } from "./button-group.js";
//#region src/components/button/namespace.ts
var namespace_exports = /* @__PURE__ */ __export({
IconItem: () => IconButton,
IconPropsContext: () => IconButtonPropsContext,
Item: () => Button,
PropsContext: () => ButtonPropsContext,
Root: () => ButtonGroupRoot,
useIconPropsContext: () => useIconButtonPropsContext,
usePropsContext: () => useButtonPropsContext
});
//#endregion
export { namespace_exports };
//# sourceMappingURL=namespace.js.map