SquirrelSize
Used to receive height and width information from Squirrel. This could be used for component size as well as binding size.
SquirrelSize {
height: number;
width: number;
}
Last updated
Was this helpful?
Used to receive height and width information from Squirrel. This could be used for component size as well as binding size.
SquirrelSize {
height: number;
width: number;
}
Last updated
Was this helpful?