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

10 lines
302 B
Plaintext

import { BeanStub } from "../../context/beanStub";
export declare class SetPinnedRightWidthFeature extends BeanStub {
private pinnedWidthService;
private element;
constructor(element: HTMLElement);
private postConstruct;
private onPinnedRightWidthChanged;
getWidth(): number;
}