UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

7 lines (6 loc) 276 B
/** * Creates a radial gradient CSS string based on an array of colors. * @param {string[]} colors - An array of colors for the gradient. * @returns {string} The radial gradient CSS string. */ export declare const createRadialGradientString: (colors: string[]) => string;