UNPKG

react-mutation-mapper

Version:
11 lines (10 loc) 360 B
import { Mutation } from 'cbioportal-ts-api-client'; import * as React from 'react'; import { AxisScale } from './AxisScaleSwitch'; interface ILollipopTooltipCountInfoProps { count: number; mutations?: Mutation[]; axisMode?: AxisScale; } export declare const LollipopTooltipCountInfo: React.FC<ILollipopTooltipCountInfoProps>; export {};