UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

21 lines (20 loc) 493 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebCircularGradientDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private k; get offset(): string; set offset(a: string); private j; get color(): string; set color(a: string); private h; get opacity(): number; set opacity(a: number); }