phantasmal-world/src/core/gui/Resizable.ts
2019-08-21 17:56:46 +02:00

4 lines
80 B
TypeScript

export interface Resizable {
resize(width: number, height: number): this;
}