UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 375 B
import { FinancialOverlayDescription } from "./FinancialOverlayDescription"; import { Type } from "./type"; /** * @hidden */ export declare class PriceChannelOverlayDescription extends FinancialOverlayDescription { static $t: Type; protected get_type(): string; constructor(); private f9; get period(): number; set period(a: number); }