6 lines
296 B
TypeScript
6 lines
296 B
TypeScript
export { GameUI } from './GameUI';
|
|
export type { GameUIOptions } from './GameUI';
|
|
|
|
export { PhaserGame, PhaserScene, phaserContext, defaultPhaserConfig, type PhaserGameContext, type SceneController } from './PhaserBridge';
|
|
export type { PhaserGameProps, PhaserSceneProps } from './PhaserBridge';
|