UNPKG

@drincs/pixi-vn

Version:

Pixi'VN is a npm package that provides various features for creating visual novels.

9 lines (6 loc) 177 B
import { LabelIdType } from '../types/LabelIdType.js'; interface OpenedLabel { label: LabelIdType; currentStepIndex: number; } export type { OpenedLabel as default };