UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

5 lines (4 loc) 247 B
import * as React from 'react'; import { IAdaptable } from '../AdaptableInterfaces/IAdaptable'; import { ReactNode } from 'react'; export declare const renderWithAdaptableContext: (children: ReactNode, adaptable: IAdaptable) => React.JSX.Element;