UNPKG

react-mutation-mapper

Version:
12 lines (11 loc) 479 B
import * as React from 'react'; export interface IMyCancerGenomeProps { linksHTML: string[]; } export declare function placeArrow(tooltipEl: any): void; export declare function sortValue(links: string[]): number; export declare function download(links: string[]): string; export declare function myCancerGenomeLinks(linksHTML: string[]): JSX.Element; export default class MyCancerGenome extends React.Component<IMyCancerGenomeProps> { render(): JSX.Element; }