geoiq-frontend-ui-kit
Version:
This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.
12 lines (11 loc) • 309 B
TypeScript
import { BackgroundState } from '../types';
interface Position {
x: number;
y: number;
}
export declare const getRotatedPointerPosition: (pos: Position, bgState: BackgroundState, dimensions: {
width: number;
height: number;
}) => Position;
export {};
//# sourceMappingURL=mouse.utils.d.ts.map