Extract IDimensionStyle.ts into a file
This commit is contained in:
parent
dda6232bed
commit
5857c4949c
4 changed files with 6 additions and 5 deletions
|
@ -9,7 +9,7 @@ import { type ISymbolModel } from '../Interfaces/ISymbolModel';
|
|||
import { Orientation } from '../Enums/Orientation';
|
||||
import { AppState } from '../Enums/AppState';
|
||||
import { type IDimensionOptions } from '../Interfaces/IDimensionOptions';
|
||||
import { type IDimensionStyle } from '../Components/SVG/Elements/Dimension';
|
||||
import { type IDimensionStyle } from '../Interfaces/IDimensionStyle';
|
||||
|
||||
/// EDITOR DEFAULTS ///
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue