mirror of
https://github.com/ethan-zf/cesium-plot-js.git
synced 2025-06-24 11:37:27 +00:00
2 lines
51 B
TypeScript
2 lines
51 B
TypeScript
![]() |
export type State = 'drawing' | 'edit' | 'static';
|