UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

17 lines (16 loc) 457 B
import { FinancialOverlayDescription } from "./FinancialOverlayDescription"; import { Type } from "./type"; /** * @hidden */ export declare class BollingerBandsOverlayDescription extends FinancialOverlayDescription { static $t: Type; protected get_type(): string; constructor(); private gb; get period(): number; set period(a: number); private f9; get multiplier(): number; set multiplier(a: number); }