UNPKG

@1771technologies/lytenyte-pro

Version:

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

6 lines (5 loc) 238 B
import type { Grid, GridApi } from "../../+types"; import type { InternalAtoms } from "../+types"; export declare const makePositionFromElement: (grid: Grid<any> & { internal: InternalAtoms; }) => GridApi<any>["positionFromElement"];