UNPKG

kepler.gl

Version:

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

8 lines (7 loc) 190 B
import React from 'react'; interface LoadingDialogProps { size?: number; message?: string; } declare const LoadingDialog: React.FC<LoadingDialogProps>; export default LoadingDialog;