UNPKG

react-image-hotspots

Version:
15 lines 389 B
export default Hotspot; declare class Hotspot extends React.Component<any, any, any> { constructor(props: any); render(): import("react/jsx-runtime").JSX.Element; } declare namespace Hotspot { namespace propTypes { let x: any; let y: any; let content: any; let style: any; } } import React from 'react'; //# sourceMappingURL=Hotspot.d.ts.map