UNPKG

@gulibs/vgrove-ui

Version:

VGrove UI component library built with HeroUI and React

4 lines 239 B
import type { ListboxContextValue } from "./types"; export declare const ListboxContext: import("react").Context<ListboxContextValue>; export declare const useListboxContext: () => ListboxContextValue; //# sourceMappingURL=context.d.ts.map