UNPKG

@adaptabletools/adaptable

Version:

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

10 lines (9 loc) 263 B
import * as React from 'react'; export interface NotifyResizeProps { onResize: (size: { width: number; height: number; }) => void; } declare const NotifyResize: (props: NotifyResizeProps) => React.JSX.Element; export default NotifyResize;