UNPKG

@1771technologies/lytenyte-pro

Version:

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

6 lines (5 loc) 206 B
import { jsx as _jsx } from "react/jsx-runtime"; import { context } from "./context.js"; export function Root({ root, children }) { return _jsx(context.Provider, { value: root, children: children }); }