UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

8 lines 388 B
/// <reference types="react" /> import type { ListState } from '@react-stately/list'; export interface ListBoxContext<T extends object = object> { state: ListState<T>; } export declare const ListBoxContext: import("react").Context<ListBoxContext<object> | null>; export declare const useListBoxContext: () => ListBoxContext<object> | null; //# sourceMappingURL=ListBoxContext.d.ts.map