UNPKG

@1771technologies/lytenyte-pro

Version:

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

9 lines (8 loc) 373 B
import type { InternalAtoms } from "../+types.js"; import type { Grid, GridApi } from "../../+types.js"; export declare const makePopoverFrameOpen: (grid: Grid<any> & { internal: InternalAtoms; }) => GridApi<any>["popoverFrameOpen"]; export declare const makePopoverFrameClose: (grid: Grid<any> & { internal: InternalAtoms; }) => GridApi<any>["popoverFrameClose"];