mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-02-07 22:32:35 +01:00
3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
|
import { Ticker } from 'pixi.js';
|
||
|
export type NitroTicker = Ticker;
|
||
|
//# sourceMappingURL=NitroTicker.d.ts.map
|