@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
13 lines (8 loc) • 316 B
JavaScript
'use client';
;
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const anatomy = require('@zag-js/anatomy');
const swapAnatomy = anatomy.createAnatomy("swap", ["root", "indicator"]);
const parts = swapAnatomy.build();
exports.parts = parts;
exports.swapAnatomy = swapAnatomy;