boardgame-phaser/packages/framework/src/ui/index.ts

6 lines
296 B
TypeScript
Raw Normal View History

2026-04-04 13:08:28 +08:00
export { GameUI } from './GameUI';
export type { GameUIOptions } from './GameUI';
2026-04-12 16:52:53 +08:00
export { PhaserGame, PhaserScene, phaserContext, defaultPhaserConfig, type PhaserGameContext, type SceneController } from './PhaserBridge';
2026-04-04 13:08:28 +08:00
export type { PhaserGameProps, PhaserSceneProps } from './PhaserBridge';