UNPKG

@mai3/phaser-sdk

Version:

A UI component library based on the Phaser game engine

9 lines 342 B
import { NinePatchConfig } from "./NinePatchConfig"; import { ButtonHandle } from "../base/BaseButtonConfig"; export interface ImageButtonConfig extends NinePatchConfig { handleHover?: ButtonHandle; handleOut?: ButtonHandle; handleDown?: ButtonHandle; handleUp?: ButtonHandle; } //# sourceMappingURL=ImageButtonConfig.d.ts.map