4 lines
212 B
TypeScript
4 lines
212 B
TypeScript
|
export declare function getPositionForKey(key: string): string;
|
||
|
export declare function getInvertedPositionForKey(key: string): string;
|
||
|
export declare function getEventForKey(key: string, stepSize: number): any;
|