UNPKG

turkey-map-react

Version:

An interactive SVG Turkey map for React JS applications.

8 lines (7 loc) 197 B
import React from 'react'; declare type TooltipProps = { text?: string; style?: React.CSSProperties; }; declare const Tooltip: (props: TooltipProps) => JSX.Element; export default Tooltip;