UNPKG

ag-grid-community

Version:

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

11 lines (10 loc) 311 B
import { BeanStub } from "../context/beanStub"; export declare class PinnedWidthService extends BeanStub { private columnModel; private leftWidth; private rightWidth; private postConstruct; private checkContainerWidths; getPinnedRightWidth(): number; getPinnedLeftWidth(): number; }