UNPKG

@mai3/phaser-sdk

Version:

A UI component library based on the Phaser game engine

8 lines 261 B
import { SliderConfig } from "./SliderConfig"; import { TextStyle } from "../common"; export interface VolumeSliderConfig extends SliderConfig { text?: string; value?: number; textStyle?: TextStyle; } //# sourceMappingURL=VolumeSliderConfig.d.ts.map