UNPKG

kepler.gl

Version:

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

10 lines (9 loc) 362 B
import { EffectProps, EffectPropsPartial } from '@kepler.gl/types'; import Effect from './effect'; declare class LightingEffect extends Effect { constructor(props: EffectPropsPartial); _initializeEffect(): void; getDefaultProps(props?: EffectPropsPartial): EffectProps; setProps(props: EffectPropsPartial): void; } export default LightingEffect;