UNPKG

kepler.gl

Version:

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

11 lines (10 loc) 508 B
export * from './components/ai-assistant-manager'; export * from './components/ai-assistant-config'; export * from './components/ai-assistant-component'; export { default as AiAssistantControlFactory } from './map/ai-assistant-control'; export type { AiAssistantState, AiAssistantConfig } from './reducers'; export { aiAssistantReducer } from './reducers'; export * from './actions'; export * from './localization'; import { keplerGlAiAssistantPlugin } from './plugin'; export { keplerGlAiAssistantPlugin };