UNPKG

@drincs/pixi-vn

Version:

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

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