UNPKG

@wazespace/wme-react-components

Version:

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

25 lines 1.66 kB
import { createReactComponent } from './utils/create-react-component'; export var Waze; (function (Waze) { var IntrinsicElements; (function (IntrinsicElements) { IntrinsicElements.WzAnchor = createReactComponent('wz-a'); IntrinsicElements.WzAlert = createReactComponent('wz-alert'); IntrinsicElements.WzAlertDismiss = createReactComponent('wz-alert-dismiss'); IntrinsicElements.WzAlertPagination = createReactComponent('wz-alert-pagination'); IntrinsicElements.WzAlertsGroup = createReactComponent('wz-alerts-group'); IntrinsicElements.WzBadge = createReactComponent('wz-badge'); IntrinsicElements.WzButton = createReactComponent('wz-button'); IntrinsicElements.WzCaption = createReactComponent('wz-caption'); IntrinsicElements.WzOverline = createReactComponent('wz-overline'); IntrinsicElements.WzLabel = createReactComponent('wz-label'); IntrinsicElements.WzCard = createReactComponent('wz-card'); IntrinsicElements.WzCheckableChip = createReactComponent('wz-checkable-chip'); IntrinsicElements.WzChipSelect = createReactComponent('wz-chip-select'); IntrinsicElements.WzChipMultiSelect = createReactComponent('wz-chip-multi-select'); IntrinsicElements.WzCheckbox = createReactComponent('wz-checkbox'); IntrinsicElements.WzIcon = createReactComponent('wz-icon'); IntrinsicElements.WzSectionHeader = createReactComponent('wz-section-header'); })(IntrinsicElements = Waze.IntrinsicElements || (Waze.IntrinsicElements = {})); })(Waze || (Waze = {})); //# sourceMappingURL=wz-intrinsic-element-components.js.map