UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 366 B
import { ScatterBaseDescription } from "./ScatterBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ScatterSplineSeriesDescription extends ScatterBaseDescription { static $t: Type; protected get_type(): string; constructor(); private g9; get stiffness(): number; set stiffness(a: number); }