mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
4 lines
77 B
TypeScript
4 lines
77 B
TypeScript
declare function init(state: any): {
|
|
state: any;
|
|
};
|
|
export default init;
|