UNPKG

@1771technologies/lytenyte-pro

Version:

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

6 lines (5 loc) 373 B
import { RootProvider as CoreProvider, useGridRoot as useCoreRoot, } from "@1771technologies/lytenyte-core/yinternal"; // The PRO context is a superset of the Core context, but we still want to leverage some of the core // components to share code. Hence we share the context functionality. export const RootProvider = CoreProvider; export const useGridRoot = useCoreRoot;