@ark-ui/solid
Version:
A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.
12 lines (9 loc) • 806 B
TypeScript
import { CollectionItem, GridCollectionOptions, GridCollection } from '@zag-js/collection';
export { CollectionItem, CollectionOptions, FilePathTreeNode, FlatTreeNode, GridCollection, GridCollectionOptions, ListCollection, TreeCollection, TreeCollectionOptions, TreeNode } from '@zag-js/collection';
export { c as createListCollection } from '../../list-collection-nOYDJvsQ.js';
export { c as createFileTreeCollection, a as createTreeCollection } from '../../tree-collection-BGrnj3vg.js';
export { U as UseListCollectionProps, u as useListCollection } from '../../use-list-collection-FJyPsrh3.js';
import 'solid-js';
import '../../types-Bc0WfPsv.js';
declare const createGridCollection: <T extends CollectionItem>(options: GridCollectionOptions<T>) => GridCollection<T>;
export { createGridCollection };