@wistia/wistia-player
Version:
An embeddable wistia-player web component and React wrapper to add responsive, lightweight, and SEO-friendly videos to your site.
6 lines • 392 B
TypeScript
import { Gradient } from '../types/gradient.ts';
export declare const DEFAULT_GRADIENT: Gradient;
export declare const getCssGradient: (gradient: Gradient, alpha?: number) => string | null;
export declare const getGradientColor: (gradient: Gradient, index?: number) => string | null;
export declare const cleanGradient: (gradient: unknown) => Gradient;
//# sourceMappingURL=gradients.d.ts.map