UNPKG

phaser4-rex-plugins

Version:
12 lines (8 loc) 199 B
import BaseClock from "./BaseClock"; export default Clock; declare namespace Clock { interface IConfig extends BaseClock.IConfig { } } declare class Clock extends BaseClock { }