| 27 | type NativeProps = MapCalloutSubviewProps; |
| 28 | |
| 29 | export class MapCalloutSubview extends React.Component<MapCalloutSubviewProps> { |
| 30 | // declaration only, as they are set through decorateMap |
| 31 | /// @ts-ignore |
| 32 | context!: React.ContextType<typeof ProviderContext>; |
nothing calls this directly
no outgoing calls
no test coverage detected