UNPKG

kepler.gl

Version:

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

7 lines (6 loc) 197 B
import React from 'react'; declare type LayerErrorMessageProps = { errorMessage: string; }; declare const LayerErrorMessage: React.FC<LayerErrorMessageProps>; export default LayerErrorMessage;