UNPKG

@drincs/pixi-vn

Version:

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

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