UNPKG

@ark-ui/react

Version:

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

11 lines (6 loc) 292 B
'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;