| 127 | type NativeProps = MapWMSTileProps; |
| 128 | |
| 129 | export class MapWMSTile extends React.Component<MapWMSTileProps> { |
| 130 | // declaration only, as they are set through decorateMap |
| 131 | /// @ts-ignore |
| 132 | context!: React.ContextType<typeof ProviderContext>; |
nothing calls this directly
no outgoing calls
no test coverage detected