withMapboxToken()
Home > @gooddata/sdk-ui-geo > withMapboxToken
withMapboxToken() function
Warning: This API is now obsolete.
Kept only for the legacy Mapbox-based implementation.
Signature:
export declare function withMapboxToken<T extends {
config?: IGeoConfig;
}>(InnerComponent: ComponentType<T>): ComponentType<T>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
InnerComponent |
ComponentType<T> |
Returns:
ComponentType<T>