UNPKG

@ark-ui/react

Version:

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

11 lines (6 loc) 335 B
'use client'; 'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const useSegmentGroupContext = require('./use-segment-group-context.cjs'); const SegmentGroupContext = (props) => props.children(useSegmentGroupContext.useSegmentGroupContext()); exports.SegmentGroupContext = SegmentGroupContext;