@drincs/pixi-vn
Version:
Pixi'VN is a npm package that provides various features for creating visual novels.
13 lines (10 loc) • 306 B
text/typescript
import { GameStepState } from '@drincs/pixi-vn';
import { H as HistoryStep } from './OpenedLabel-Dgkgemkv.cjs';
/**
* Interface exported step data
*/
interface HistoryGameState {
stepsHistory: HistoryStep[];
originalStepData: GameStepState | undefined;
}
export type { HistoryGameState as H };