Chris

Results 2 comments of Chris

Thanks @ghost91- Added ScaleTranslation: ``` declare module 'react-map-interaction' { export type Translation = { x: number; y: number; }; export type ScaleTranslation = { scale: number; translation: Translation; }; export...

Would be great if the package can be updated with full TS support.