UNPKG

@phaserjs/phaser

Version:
3 lines 272 B
import { ISceneConfig } from './ISceneConfig'; export declare function GetConfigValue<Property extends keyof ISceneConfig>(config: ISceneConfig, property: Property, defaultValue: ISceneConfig[Property]): ISceneConfig[Property]; //# sourceMappingURL=GetConfigValue.d.ts.map