UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

7 lines (6 loc) 302 B
import type { Dispatch, SetStateAction } from "react"; export interface PopoverContext { readonly setTrigger: Dispatch<SetStateAction<HTMLElement | null>>; } export declare const PopoverContext: import("react").Context<PopoverContext>; export declare const usePopoverContext: () => PopoverContext;