mirror of
https://github.com/ethan-zf/cesium-plot-js.git
synced 2025-06-24 19:47:29 +00:00
10 lines
173 B
TypeScript
10 lines
173 B
TypeScript
import FineArrow from './arrow/fine-arrow';
|
|
import AttackArrow from './arrow/attack-arrow';
|
|
|
|
const CesiumPlot = {
|
|
FineArrow,
|
|
AttackArrow,
|
|
};
|
|
|
|
export default CesiumPlot;
|