@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
15 lines (9 loc) • 336 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const anatomy = require('@zag-js/anatomy');
Object.keys(anatomy).forEach(k => {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: () => anatomy[k]
});
});
;