UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 215 B
/// <reference types="react" /> import { TListContext } from "./type"; export declare const ListContext: import("react").Context<TListContext<any>>; export declare function useListContext<T>(): TListContext<T>;