mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Adding "translateExtent" prop type to ZoomableGroupsProps interface in react-simple-maps (#45676)
* Adding "translateExtent" type to ZoomableGroups * Lint fixes Added semicolon
This commit is contained in:
parent
39b08d2f5f
commit
d2a9ec89cd
1
types/react-simple-maps/index.d.ts
vendored
1
types/react-simple-maps/index.d.ts
vendored
@ -81,6 +81,7 @@ export interface ZoomableGroupProps extends React.SVGAttributes<SVGGElement> {
|
||||
onMoveEnd?: (event: any, position: Position) => void;
|
||||
onZoomStart?: (event: any, position: Position) => void;
|
||||
onZoomEnd?: (event: any, position: Position) => void;
|
||||
translateExtent?: [[number, number], [number, number]];
|
||||
}
|
||||
|
||||
interface GeographiesChildrenArgument {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user