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