UNPKG

kepler.gl

Version:

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

12 lines (11 loc) 305 B
import React from 'react'; declare type LoadDataFooterProps = { disabled?: boolean; isLoading?: boolean; onConfirm: () => void; confirmText: string; prependText?: string; errorText?: string | null; }; declare const _default: React.FC<LoadDataFooterProps>; export default _default;