mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 07:18:29 +08:00
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
export interface Resizable {
|
|
resize(width: number, height: number): this;
|
|
}
|