UNPKG

react-mutation-mapper

Version:
12 lines (11 loc) 569 B
import * as React from 'react'; export declare type HotspotInfoProps = { isHotspot: boolean; is3dHotspot: boolean; count?: number; customInfo?: JSX.Element; }; export declare function title(isHotspot: boolean, is3dHotspot: boolean, count?: number, customInfo?: JSX.Element): JSX.Element; export declare function publication(isHotspot: boolean, is3dHotspot: boolean): JSX.Element; export declare function link(isHotspot: boolean, is3dHotspot: boolean): JSX.Element; export declare const HotspotInfo: React.FunctionComponent<HotspotInfoProps>;