UNPKG

igniteui-react-core

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