ag-grid-community
Version:
Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
11 lines (10 loc) • 316 B
TypeScript
import { BeanStub } from "../context/beanStub";
export declare class PinnedWidthService extends BeanStub {
private columnController;
private leftWidth;
private rightWidth;
private postConstruct;
private checkContainerWidths;
getPinnedRightWidth(): number;
getPinnedLeftWidth(): number;
}