UNPKG

@wazespace/wme-react-components

Version:

A package with useful replications of the Waze Map Editor components to use in userscripts

8 lines 261 B
import { ReactNode } from 'react'; interface WzTooltipProps { children: ReactNode; tooltipContent: string; } export declare function WzTooltip({ children, tooltipContent }: WzTooltipProps): JSX.Element; export {}; //# sourceMappingURL=WzTooltip.d.ts.map