UNPKG

@syncfusion/ej2-react-charts

Version:

Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for React

12 lines (11 loc) 461 B
import { ComplexBase } from '@syncfusion/ej2-react-base'; import { SmithchartSeriesModel } from '@syncfusion/ej2-charts'; export declare class SmithchartSeriesDirective extends ComplexBase<SmithchartSeriesModel & { children?: React.ReactNode; }, SmithchartSeriesModel> { static moduleName: string; } export declare class SmithchartSeriesCollectionDirective extends ComplexBase<{}, {}> { static propertyName: string; static moduleName: string; }