cesium-plot-js/src/index.ts

8 lines
110 B
TypeScript
Raw Normal View History

2023-08-09 09:55:29 +00:00
import FineArrow from './arrow/fine-arrow'
const CesiumPlot = {
FineArrow
2023-08-08 11:45:54 +00:00
}
2023-08-09 09:55:29 +00:00
export default CesiumPlot;