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