Implement new features for svg components + improve form properties #25

Merged
Siklos merged 6 commits from dev.svgcomponents into dev 2022-08-11 11:48:32 -04:00
Showing only changes of commit c930fd5cd2 - Show all commits

View file

@ -6,6 +6,6 @@ export interface AvailableContainer {
Type: string Type: string
Width: number Width: number
Height: number Height: number
XPositionReference: XPositionReference XPositionReference?: XPositionReference
Style: React.CSSProperties Style: React.CSSProperties
} }