UNPKG

@drincs/pixi-vn

Version:

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

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