UNPKG

kepler.gl

Version:

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

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