UNPKG

@ark-ui/react

Version:

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

14 lines (9 loc) 550 B
'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const collection = require('@zag-js/collection'); const createListCollection = (options) => new collection.ListCollection(options); const createTreeCollection = (options) => new collection.TreeCollection(options); const createFileTreeCollection = (paths) => collection.filePathToTree(paths); exports.createFileTreeCollection = createFileTreeCollection; exports.createListCollection = createListCollection; exports.createTreeCollection = createTreeCollection;