@commercelayer/react-components
Version:
The Official Commerce Layer React Components
2 lines • 566 B
JavaScript
"use client";
;Object.defineProperty(exports,"__esModule",{value:!0}),exports.GiftCardOrCouponSubmit=GiftCardOrCouponSubmit;const tslib_1=require("tslib"),jsx_runtime_1=require("react/jsx-runtime"),Parent_1=tslib_1.__importDefault(require("../utils/Parent"));function GiftCardOrCouponSubmit(props){const{children,label="Submit",...p}=props,parentProps={...p,label};return children?(0,jsx_runtime_1.jsx)(Parent_1.default,{...parentProps,children}):(0,jsx_runtime_1.jsx)("button",{type:"submit",...p,children:label})}exports.default=GiftCardOrCouponSubmit;