UNPKG

@adaptabletools/adaptable

Version:

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

7 lines (6 loc) 286 B
import * as React from 'react'; import { ModuleViewPopupProps } from '../../Components/SharedProps/ModuleViewPopupProps'; interface GridInfoPopupProps extends ModuleViewPopupProps<any> { } export declare const GridInfoPopup: (props: GridInfoPopupProps) => React.JSX.Element; export {};