kepler.gl
Version:
kepler.gl is a webgl based application to visualize large scale location data in the browser
16 lines (15 loc) • 506 B
TypeScript
import React from 'react';
import { Provider } from '@kepler.gl/cloud-providers';
export declare const StyledWarning: import("styled-components").StyledComponent<"span", any, {}, never>;
interface CloudTileProps {
actionName?: string | null;
provider: Provider;
}
/**
* this component display a provider and allows users to select and set the current provider
* @param provider
* @param actionName
* @constructor
*/
declare const CloudTile: React.FC<CloudTileProps>;
export default CloudTile;