kepler.gl
Version:
kepler.gl is a webgl based application to visualize large scale location data in the browser
24 lines (20 loc) • 590 B
TypeScript
// Actions
export * from './actions';
// kepler.gl actions accessible outside component
export * from './vis-state-actions';
export * from './ui-state-actions';
export * from './map-state-actions';
export * from './map-style-actions';
export * from './identity-actions';
export * from './provider-actions';
// TODO - Add typescript defs for these functions
// Dispatch
// export {
// _actionFor,
// forwardTo,
// getActionForwardAddress,
// isForwardAction,
// unwrap,
// wrapTo
// } from './action-wrapper';
export {default as ActionTypes} from '../constants/action-types';