@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
12 lines (7 loc) • 415 B
JavaScript
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;
;