UNPKG

@1771technologies/lytenyte-pro

Version:

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

16 lines (15 loc) 315 B
export function virtualFromXY(x, y, context) { return { contextElement: context, getBoundingClientRect: () => ({ bottom: y, left: x, height: 0, right: x, top: y, width: 0, x, y, }), }; }