UNPKG

ag-grid-community

Version:

Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue

9 lines (8 loc) 585 B
import { AgPositionableFeature } from '../../agStack/rendering/agPositionableFeature'; import type { BeanCollection } from '../../context/context'; import type { AgEventTypeParams } from '../../events'; import type { GridOptionsWithDefaults } from '../../gridOptionsDefault'; import type { GridOptionsService } from '../../gridOptionsService'; import type { AgGridCommon } from '../../interfaces/iCommon'; export declare class PositionableFeature extends AgPositionableFeature<BeanCollection, GridOptionsWithDefaults, AgEventTypeParams, AgGridCommon<any, any>, GridOptionsService> { }