UNPKG

@ark-ui/vue

Version:

A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.

8 lines (7 loc) 415 B
let _zag_js_collection = require("@zag-js/collection"); //#region src/components/collection/tree-collection.ts var createTreeCollection = (options) => new _zag_js_collection.TreeCollection(options); var createFileTreeCollection = (paths) => (0, _zag_js_collection.filePathToTree)(paths); //#endregion exports.createFileTreeCollection = createFileTreeCollection; exports.createTreeCollection = createTreeCollection;