Newer
Older
PixelPaintWar / packages / shared / src / domains / app / index.ts
/**
 * index
 * app ドメインの公開要素を集約して再公開する
 * 画面遷移フェーズの型と定数を外部利用向けに束ねる
 */

/** 画面遷移フェーズ定数を再公開する */
export { ScenePhase } from "./app.const";
/** 画面遷移フェーズ型を再公開する */
export type { ScenePhase as ScenePhaseType } from "./app.type";