UNPKG

@ark-ui/vue

Version:

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

7 lines (6 loc) 330 B
import { TreeCollection, filePathToTree } from "@zag-js/collection"; //#region src/components/collection/tree-collection.ts var createTreeCollection = (options) => new TreeCollection(options); var createFileTreeCollection = (paths) => filePathToTree(paths); //#endregion export { createFileTreeCollection, createTreeCollection };