UNPKG

kepler.gl

Version:

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

6 lines (5 loc) 404 B
import { loadFiles } from '@kepler.gl/actions'; import { ActionHandler } from '@kepler.gl/actions'; import { Loader } from '@loaders.gl/loader-utils'; import { CustomFunctionContext, RegisterFunctionCallingProps } from 'react-ai-assist'; export declare function loadUrlFunctionDefinition(context: CustomFunctionContext<ActionHandler<typeof loadFiles> | Loader[] | object>): RegisterFunctionCallingProps;