
package.dist.components.switch.switch-context.cjs Maven / Gradle / Ivy
'use client';
'use strict';
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const useSwitchContext = require('./use-switch-context.cjs');
const SwitchContext = (props) => props.children(useSwitchContext.useSwitchContext());
exports.SwitchContext = SwitchContext;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy