UNPKG

kepler.gl

Version:

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

8 lines (7 loc) 248 B
import React from 'react'; /** * Lazy mounting tippy content * https://gist.github.com/atomiks/520f4b0c7b537202a23a3059d4eec908 */ declare const LazyTippy: React.ForwardRefExoticComponent<React.RefAttributes<unknown>>; export default LazyTippy;