mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-03 09:41:08 +00:00
4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
export class Size {
|
|
constructor(public width: number, public height: number) {}
|
|
}
|