UNPKG

@drincs/pixi-vn

Version:

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

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