@ariakit/react
Version:
Toolkit for building accessible web apps with React
20 lines (19 loc) • 935 B
text/typescript
export type {
CollectionOptions,
CollectionProps,
} from "@ariakit/react-components/collection/collection";
export { Collection } from "@ariakit/react-components/collection/collection";
export { useCollectionContext } from "@ariakit/react-components/collection/collection-context";
export type {
CollectionItemOptions,
CollectionItemProps,
} from "@ariakit/react-components/collection/collection-item";
export { CollectionItem } from "@ariakit/react-components/collection/collection-item";
export type { CollectionProviderProps } from "@ariakit/react-components/collection/collection-provider";
export { CollectionProvider } from "@ariakit/react-components/collection/collection-provider";
export type {
CollectionStore,
CollectionStoreProps,
CollectionStoreState,
} from "@ariakit/react-components/collection/collection-store";
export { useCollectionStore } from "@ariakit/react-components/collection/collection-store";