UNPKG

kepler.gl

Version:

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

10 lines (9 loc) 236 B
import React from 'react'; interface LoadingSpinnerProps { size?: number; color?: string; strokeWidth?: number; gap?: number; } declare const LoadingSpinner: React.FC<LoadingSpinnerProps>; export default LoadingSpinner;