react-mutation-mapper 0.9.3 → 0.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  export declare function loaderIcon(className?: string): JSX.Element;
2
3
  export declare function errorIcon(errorMessage: string): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Clinvar } from 'genome-nexus-ts-api-client';
2
3
  export type ClinvarSummaryProps = {
3
4
  clinvar?: Clinvar;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Mutation, RemoteData } from 'cbioportal-utils';
2
3
  import { MyVariantInfo, VariantAnnotation } from 'genome-nexus-ts-api-client';
3
4
  export type MyVariantInfoProps = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IProteinImpactTypeColors } from '../../model/ProteinImpact';
2
3
  export declare function getProteinImpactTypeOptionDisplayValueMap(proteinImpactTypeColorMap: {
3
4
  [proteinImpactType: string]: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PfamDomain, PfamDomainRange } from 'genome-nexus-ts-api-client';
2
3
  import { MobxCache } from 'cbioportal-utils';
3
4
  export interface IDomainTooltipProps {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Mutation } from 'cbioportal-utils';
2
3
  import { Column } from 'react-table';
3
4
  import { proteinChangeSortMethod } from '../column/ProteinChange';