UNPKG

igniteui-react-core

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