@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
11 lines (6 loc) • 328 B
JavaScript
'use client';
;
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const useAngleSliderContext = require('./use-angle-slider-context.cjs');
const AngleSliderContext = (props) => props.children(useAngleSliderContext.useAngleSliderContext());
exports.AngleSliderContext = AngleSliderContext;