UNPKG

@ark-ui/vue

Version:

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

7 lines (4 loc) 268 B
import { filePathToTree, TreeCollection } from '@zag-js/collection'; const createTreeCollection = (options) => new TreeCollection(options); const createFileTreeCollection = (paths) => filePathToTree(paths); export { createFileTreeCollection, createTreeCollection };