UNPKG

@drincs/pixi-vn

Version:

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

7 lines (5 loc) 264 B
/** * CanvasEventNamesType is a type that is used to define the event names for the canvas. */ type CanvasEventNamesType = (string | symbol) extends string | symbol ? (string | symbol) : keyof (string | symbol); export type { CanvasEventNamesType as default };