UNPKG

@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) 691 B
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs'); const require_radio = require('./radio.cjs'); const require_radio_group = require('./radio-group.cjs'); //#region src/components/radio/namespace.ts var namespace_exports = /* @__PURE__ */ require_rolldown_runtime.__export({ Item: () => require_radio.Radio, PropsContext: () => require_radio.RadioPropsContext, Root: () => require_radio_group.RadioGroupRoot, usePropsContext: () => require_radio.useRadioPropsContext }); //#endregion Object.defineProperty(exports, 'namespace_exports', { enumerable: true, get: function () { return namespace_exports; } }); //# sourceMappingURL=namespace.cjs.map