UNPKG

@drincs/pixi-vn

Version:

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

13 lines (10 loc) 421 B
import Label from '../classes/Label.js'; import '../types/LabelIdType.js'; import '../types/StepLabelType.js'; import '@drincs/pixi-vn/dist/override'; import '../classes/LabelAbstract.js'; import '../types/StepHistoryDataType.js'; import '../interface/LabelProps.js'; declare const pixivnTestStartLabel: Label<{}>; declare const pixivnTestStartLabel2: Label<{}>; export { pixivnTestStartLabel, pixivnTestStartLabel2 };