UNPKG

299 BTypeScriptView Raw
1export declare class AxisResolver {
2 private vertical;
3 private propsMap;
4 constructor(vertical?: boolean);
5 clientHeightKey(): any;
6 offsetHeightKey(): any;
7 scrollHeightKey(): any;
8 pageYOffsetKey(): any;
9 offsetTopKey(): any;
10 scrollTopKey(): any;
11 topKey(): any;
12}