ohctechv3/.svn/pristine/de/de3b0ff6c3294c2ff0157b1d22fd059f57e4d417.svn-base
2024-10-28 15:03:36 +05:30

11 lines
311 B
Plaintext

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;
}