Make XPositionReference optional
This commit is contained in:
parent
10726d40e4
commit
c930fd5cd2
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ export interface AvailableContainer {
|
|||
Type: string
|
||||
Width: number
|
||||
Height: number
|
||||
XPositionReference: XPositionReference
|
||||
XPositionReference?: XPositionReference
|
||||
Style: React.CSSProperties
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue