phantasmal-world/src/core/gui/Resizable.ts

4 lines
80 B
TypeScript
Raw Normal View History

2019-08-20 04:56:40 +08:00
export interface Resizable {
resize(width: number, height: number): this;
}