UNPKG

@drincs/pixi-vn

Version:

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

14 lines (11 loc) 290 B
import StepLabelJsonType from './StepLabelJsonType.js'; import './LabelIdType.js'; import './StorageElementType.js'; import './LabelRunModeType.js'; /** * Label JSON type */ type LabelJsonType = { [labelId: string]: StepLabelJsonType[]; }; export type { LabelJsonType as default };