@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
13 lines (8 loc) • 335 B
JavaScript
'use client';
;
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const radio = require('@zag-js/radio-group');
const segmentGroupAnatomy = radio.anatomy.rename("segment-group");
const parts = segmentGroupAnatomy.build();
exports.parts = parts;
exports.segmentGroupAnatomy = segmentGroupAnatomy;