UNPKG

@ark-ui/solid

Version:

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

6 lines (3 loc) 244 B
import { CollectionItem, CollectionOptions, ListCollection } from '@zag-js/collection'; declare const createListCollection: <T extends CollectionItem>(options: CollectionOptions<T>) => ListCollection<T>; export { createListCollection as c };