Add Container to SVGSidebar + disable Symbol for userdata
This commit is contained in:
parent
63d72b883b
commit
ea156060c4
2 changed files with 30 additions and 5 deletions
|
@ -9,7 +9,7 @@ interface IContainerProps {
|
|||
width: number,
|
||||
height: number,
|
||||
style?: React.CSSProperties,
|
||||
userData?: Record<string, string | number | symbol>
|
||||
userData?: Record<string, string | number>
|
||||
}
|
||||
|
||||
export class Container extends React.Component<IContainerProps> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue