@carbon/charts
Version:
Carbon Charts component library
11 lines (10 loc) • 343 B
TypeScript
import { Component } from '../component';
import { RenderTypes } from '../../interfaces/enums';
export declare class ChartBrush extends Component {
static DASH_LENGTH: number;
type: string;
renderType: RenderTypes;
selectionSelector: string;
frontSelectionSelector: string;
render(animate?: boolean): void;
}