UNPKG

@adoratorio/apollo

Version:

A JS library for custom cursor

6 lines 336 B
import { Vec2 } from "./declarations"; import SingleTarget from "./SingleTarget"; export declare function isInRect(point: Vec2, rect: DOMRect, offset?: Vec2): boolean; export declare function isVisible(target: SingleTarget): boolean; export declare function emitEvent(id: string, payload: any): void; //# sourceMappingURL=utils.d.ts.map