UNPKG

kepler.gl

Version:

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

7 lines (6 loc) 283 B
import React from 'react'; import { TippyProps } from '@tippyjs/react'; declare const TippyTooltip: ({ children, render, duration, arrow, isLightTheme, className, ...rest }: TippyProps & { isLightTheme?: boolean | undefined; }) => React.JSX.Element; export default TippyTooltip;