All checks were successful
continuous-integration/drone/push Build is passing
Moved all module functions to separate utils modules Replaced standard with standard with typescript Extracted UI elements to separate component Reviewed-on: https://git.siklos-chaneru.duckdns.org/Siklos/svg-layout-designer-react/pulls/15
4 lines
55 B
TypeScript
4 lines
55 B
TypeScript
export enum AddingBehavior {
|
|
InsertInto,
|
|
Replace
|
|
}
|