| 42 | type NativeProps = MapCalloutProps; |
| 43 | |
| 44 | export class MapCallout extends React.Component<MapCalloutProps> { |
| 45 | // declaration only, as they are set through decorateMap |
| 46 | /// @ts-ignore |
| 47 | context!: React.ContextType<typeof ProviderContext>; |
nothing calls this directly
no outgoing calls
no test coverage detected