igniteui-react-core
Version:
Ignite UI React Core.
19 lines (18 loc) • 471 B
TypeScript
import { List$1 } from "./List$1";
import { StockPricePoint } from "./StockPricePoint";
import { Type } from "./type";
/**
* @hidden
*/
export declare class StockPriceHistory extends List$1<StockPricePoint> {
static $t: Type;
constructor();
get title(): string;
private _symbol;
get symbol(): string;
set symbol(a: string);
private _company;
get company(): string;
set company(a: string);
toString(): string;
}