UNPKG

kepler.gl

Version:

kepler.gl is a webgl based application to visualize large scale location data in the browser

9 lines (8 loc) 271 B
import React from 'react'; interface KeplerGlLogoProps { appName?: string; version?: string | boolean; appWebsite?: string; } declare const KeplerGlLogo: ({ appName, appWebsite, version }: KeplerGlLogoProps) => React.JSX.Element; export default KeplerGlLogo;