UNPKG

react-simple-game-engine

Version:

[WIP] not able to use in currently. <!-- Document cumming soon... -->

7 lines 219 B
import { Color } from "../../export-types"; import { Sprite } from "./sprite"; export declare class ColorSprite extends Sprite<Color> { constructor(); onDraw(): void; } //# sourceMappingURL=color.sprite.d.ts.map