@react-financial-charts/interactive
Version:
Interactive features for react-financial-charts
8 lines (7 loc) • 514 B
TypeScript
export declare function getValueFromOverride(override: any, index: any, key: any, defaultValue: any): any;
export declare function terminate(): void;
export declare function saveNodeType(type: any): (node: any) => void;
export declare function isHoverForInteractiveType(interactiveType: any): (moreProps: any) => any;
export declare function isHover(moreProps: any): any;
export declare function getMorePropsForChart(moreProps: any, chartId: any): any;
export declare function getSelected(interactives: any): any;