UNPKG

@mai3/phaser-sdk

Version:

A UI component library based on the Phaser game engine

10 lines 235 B
export interface ScrollBarConfig { x?: number; y?: number; width?: number; height?: number; direction?: "x" | "y"; backgroundColor?: number; barColor?: number; } //# sourceMappingURL=ScrollBarConfig.d.ts.map