Richard Joseph Finegan

Results 2 comments of Richard Joseph Finegan

Wow, good timing, I am facing the exact same problem.

@jbouhier Here, this worked for me: // extraTypings.d.ts import * as ReactSimpleMaps from "react-simple-maps"; declare module "react-simple-maps" { export function useZoomPanContext(): {x: number; y: number; k: number; transformString: string;}; }