UNPKG

igniteui-react-core

Version:
19 lines (18 loc) 514 B
import { Description } from "./Description"; import { SeriesDescription } from "./SeriesDescription"; import { Type } from "./type"; /** * @hidden */ export declare class FinancialChartCustomIndicatorArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get series(): SeriesDescription; set series(a: SeriesDescription); private j; get index(): number; set index(a: number); }