This commit is contained in:
Frank Noirot
2024-08-05 13:09:48 +02:00
parent 8831046bdd
commit 0e85da7e36

View File

@ -141,7 +141,12 @@ interface Store {
openPanes: SidebarType[] openPanes: SidebarType[]
} }
export type SketchTool = 'line' | 'tangentialArc' | 'rectangle' | 'circle' | 'none' export type SketchTool =
| 'line'
| 'tangentialArc'
| 'rectangle'
| 'circle'
| 'none'
export type ModelingMachineEvent = export type ModelingMachineEvent =
| { | {