@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) • 455 B
TypeScript
import { ComplexBase } from '@syncfusion/ej2-react-base';
import { RangeBandSettingsModel } from '@syncfusion/ej2-charts';
export declare class RangeBandSettingDirective extends ComplexBase<RangeBandSettingsModel & {
children?: React.ReactNode;
}, RangeBandSettingsModel> {
static moduleName: string;
}
export declare class RangeBandSettingsDirective extends ComplexBase<{}, {}> {
static propertyName: string;
static moduleName: string;
}