UNPKG

@wazespace/wme-react-components

Version:

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

6 lines 366 B
import { supportReactEvents } from '../utils/support-react-events'; import { Waze } from '../wz-intrinsic-element-components'; export const WzCaption = supportReactEvents(Waze.IntrinsicElements.WzCaption); export const WzOverline = Waze.IntrinsicElements.WzOverline; export const WzLabel = Waze.IntrinsicElements.WzLabel; //# sourceMappingURL=WzTextComponents.js.map