cesium-plot-js/src/interface.ts

2 lines
51 B
TypeScript
Raw Normal View History

2023-08-14 09:47:59 +00:00
export type State = 'drawing' | 'edit' | 'static';