UNPKG

ag-grid-community

Version:

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

10 lines (9 loc) 678 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'; /** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */ export declare class PositionableFeature extends AgPositionableFeature<BeanCollection, GridOptionsWithDefaults, AgEventTypeParams, AgGridCommon<any, any>, GridOptionsService> { }