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

6 lines
250 B
TypeScript
Raw Normal View History

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