UNPKG

@procraft/widget-order

Version:

Order widget for landing

11 lines 682 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.PriceFormat = void 0; const react_number_format_1 = __importDefault(require("react-number-format")); const react_1 = __importDefault(require("react")); const PriceFormat = ({ prefix, suffix, value }) => (react_1.default.createElement(react_number_format_1.default, { value: value, displayType: "text", thousandSeparator: '\u202F', decimalScale: 0, prefix: prefix, suffix: suffix })); exports.PriceFormat = PriceFormat; //# sourceMappingURL=PriceFormat.js.map