@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
13 lines (8 loc) • 429 B
JavaScript
'use client';
;
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const collection = require('@zag-js/collection');
const createTreeCollection = (options) => new collection.TreeCollection(options);
const createFileTreeCollection = (paths) => collection.filePathToTree(paths);
exports.createFileTreeCollection = createFileTreeCollection;
exports.createTreeCollection = createTreeCollection;