UNPKG

@1771technologies/lytenyte-pro

Version:

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

4 lines (3 loc) 212 B
import { type Grid, type UseLyteNyteProps } from "../+types.js"; export declare function makeLyteNyte<T>(p: UseLyteNyteProps<T>): Grid<T>; export declare function useLyteNyte<T>(p: UseLyteNyteProps<T>): Grid<T>;