UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

5 lines (4 loc) 108 B
/** * 将 g 渐变转换为 css 渐变 */ export declare function toCSSGradient(gradientColor: any): any;