UNPKG

kepler.gl

Version:

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

13 lines (12 loc) 381 B
import React from 'react'; declare type EnhancedFormattedMessageProps = { id: string; defaultMessage?: string; defaultValue?: string; values?: { [key: string]: string | number | null; }; children?: () => React.ReactElement; }; declare const EnhancedFormattedMessage: React.FC<EnhancedFormattedMessageProps>; export default EnhancedFormattedMessage;