@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) • 506 B
JavaScript
import { __export } from "../../_virtual/rolldown_runtime.js";
import { Radio, RadioPropsContext, useRadioPropsContext } from "./radio.js";
import { RadioGroupRoot } from "./radio-group.js";
//#region src/components/radio/namespace.ts
var namespace_exports = /* @__PURE__ */ __export({
Item: () => Radio,
PropsContext: () => RadioPropsContext,
Root: () => RadioGroupRoot,
usePropsContext: () => useRadioPropsContext
});
//#endregion
export { namespace_exports };
//# sourceMappingURL=namespace.js.map