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) 290 B
import { AdaptableModuleBase } from './AdaptableModuleBase'; import { IModule } from './Interface/IModule'; import { AdaptableApi } from '../Api/AdaptableApi'; export declare class StateManagementModule extends AdaptableModuleBase implements IModule { constructor(api: AdaptableApi); }