fmt
This commit is contained in:
@ -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 =
|
||||||
| {
|
| {
|
||||||
|
|||||||
Reference in New Issue
Block a user