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