UNPKG

@blocklet/payment-react

Version:

Reusable react components for payment kit v2

20 lines (19 loc) 441 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); module.exports = Status; var _jsxRuntime = require("react/jsx-runtime"); var _material = require("@mui/material"); function Status(props) { return /* @__PURE__ */(0, _jsxRuntime.jsx)(_material.Chip, { size: "small", variant: "filled", ...props, sx: { ...(props.sx || {}), height: 20, textTransform: "capitalize" } }); }