UNPKG

@shopgate/engage

Version:
4 lines 349 B
import React from'react';import{i18n}from'@shopgate/engage/core';import{container}from"./FulfillmentSelectorHeader.style";/** * Renders the fulfillment selector title. * @returns {JSX} */export function FulfillmentSelectorHeader(){return React.createElement("div",{role:"heading",className:container},i18n.text('locations.fulfillment.heading'));}