UNPKG

react-mutation-mapper

Version:
13 lines (12 loc) 491 B
import * as React from 'react'; export interface ICancerHotspotsProps { status: 'pending' | 'error' | 'complete'; isHotspot: boolean; is3dHotspot: boolean; } export declare function sortValue(isHotspot: boolean, is3dHotspot: boolean): number; export declare function placeArrow(tooltipEl: any): void; export default class HotspotAnnotation extends React.Component<ICancerHotspotsProps, {}> { constructor(props: ICancerHotspotsProps); render(): JSX.Element; }