kepler.gl
Version:
kepler.gl is a webgl based application to visualize large scale location data in the browser
9 lines (8 loc) • 542 B
TypeScript
import React from 'react';
export declare const StyledExportMapSection: import("styled-components").StyledComponent<"div", any, import("../../common/styled-components").StyledExportSectionProps, never>;
export declare const StyledWarning: import("styled-components").StyledComponent<"span", any, {}, never>;
export declare const StyledExportLink: import("styled-components").StyledComponent<"a", any, {}, never>;
export declare const ExportMapLink: ({ children, ...props }: {
[x: string]: any;
children: any;
}) => React.JSX.Element;