UNPKG

@1771technologies/lytenyte-pro

Version:

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

5 lines (4 loc) 150 B
import type { SlotComponent } from "../hooks/use-slot/types"; export type LnComponent<Props, State> = Props & { render?: SlotComponent<State>; };