UNPKG

kepler.gl

Version:

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

3 lines (2 loc) 165 B
import { Effect as EffectInterface, EffectPropsPartial } from '@kepler.gl/types'; export declare function createEffect(params: EffectPropsPartial): EffectInterface;