UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

5 lines 328 B
import type { CustomStage } from "../../../../interfaces/private/CustomStage"; export declare function streakTextPostRender(): void; export declare function streakTextGetShaderParams(customStage: CustomStage, shaderName: string): void; export declare function topStreakTextStart(): void; //# sourceMappingURL=streakText.d.ts.map