@shopgate/engage
Version:
Shopgate's ENGAGE library.
4 lines • 349 B
JavaScript
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'));}