UNPKG

ts-turkey-map

Version:

Customizable Turkey map with TypeScript and React 19 support

4 lines 309 B
import type { TurkeyMapProps } from './types'; declare const TurkeyMap: ({ colorData: _colorData, showTooltip: _showTooltip, tooltipData: _tooltipData, onClick, className, }: TurkeyMapProps) => import("@emotion/react/jsx-runtime").JSX.Element; export default TurkeyMap; //# sourceMappingURL=TurkeyMap.d.ts.map