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) 323 B
import * as React from 'react'; import { ModuleViewPopupProps } from '../Components/SharedProps/ModuleViewPopupProps'; interface StateManagementPopupProps extends ModuleViewPopupProps<typeof StateManagementPopup> { } export declare const StateManagementPopup: React.FunctionComponent<StateManagementPopupProps>; export {};