UNPKG

kepler.gl

Version:

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

9 lines (8 loc) 263 B
import React, { ReactNode } from 'react'; interface FileTypeIconProps { ext?: ReactNode; height: string; fontSize: string; } declare const FileTypeIcon: ({ ext, height, fontSize }: FileTypeIconProps) => React.JSX.Element; export default FileTypeIcon;