UNPKG

@1771technologies/lytenyte-pro

Version:

7 lines (6 loc) 273 B
import { PropsWithChildren } from 'react'; import { GridProReact } from './types'; export declare function useGrid(): GridProReact<any>; export declare function GridProvider(p: PropsWithChildren<{ value: GridProReact<any>; }>): import("react/jsx-runtime").JSX.Element;