UNPKG

@discord-card/core

Version:
8 lines 360 B
import { Gradient, GradientStop } from '.'; import { ctx2D } from '../types'; export declare class RadialGradient extends Gradient { type: 'radial'; constructor(...colors: GradientStop[]); toString(ctx: ctx2D, xPos: number, yPos: number, width: number, height: number): import("canvas").CanvasGradient; } //# sourceMappingURL=Radial.d.ts.map