mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-02-07 22:32:35 +01:00
4 lines
145 B
TypeScript
4 lines
145 B
TypeScript
|
import { Sprite as SpriteBase } from 'pixi.js';
|
||
|
export declare class NitroSprite extends SpriteBase {
|
||
|
}
|
||
|
//# sourceMappingURL=NitroSprite.d.ts.map
|