UNPKG

@ark-ui/react

Version:

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

8 lines (5 loc) 282 B
'use client'; import { filePathToTree, TreeCollection } from '@zag-js/collection'; const createTreeCollection = (options) => new TreeCollection(options); const createFileTreeCollection = (paths) => filePathToTree(paths); export { createFileTreeCollection, createTreeCollection };