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

6 lines
274 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:26:52 +08:00
export { PhaserGame, PhaserScene, phaserContext, defaultPhaserConfig, type PhaserGameContext } from './PhaserBridge';
2026-04-04 13:08:28 +08:00
export type { PhaserGameProps, PhaserSceneProps } from './PhaserBridge';