UNPKG

ag-grid-community

Version:

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

10 lines (9 loc) 300 B
import { BeanStub } from "../../context/beanStub"; export declare class SetPinnedLeftWidthFeature extends BeanStub { private pinnedWidthService; private element; constructor(element: HTMLElement); private postConstruct; private onPinnedLeftWidthChanged; getWidth(): number; }