Add style and userdata to Container
This commit is contained in:
parent
90dac41a04
commit
87baffefff
3 changed files with 12 additions and 2 deletions
|
@ -9,6 +9,7 @@ interface IContainerProps {
|
|||
width: number,
|
||||
height: number,
|
||||
style?: React.CSSProperties,
|
||||
userData?: Record<string, string | number | symbol>
|
||||
}
|
||||
|
||||
export class Container extends React.Component<IContainerProps> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue