kepler.gl
Version:
kepler.gl is a webgl based application to visualize large scale location data in the browser
5 lines (4 loc) • 351 B
TypeScript
import { ActionHandler, addLayer } from '@kepler.gl/actions';
import { Datasets } from '@kepler.gl/table';
import { CustomFunctionContext, RegisterFunctionCallingProps } from 'react-ai-assist';
export declare function addLayerFunctionDefinition(context: CustomFunctionContext<ActionHandler<typeof addLayer> | Datasets>): RegisterFunctionCallingProps;