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) 272 B
import { VersionUpgrade } from './VersionUpgrade'; import { AdaptableState } from '../AdaptableState/AdaptableState'; export declare class VersionUpgrade21 extends VersionUpgrade { migrateState(state: AdaptableState): AdaptableState; private migrateLayoutState; }