UNPKG

@wulperstudio/cms

Version:
13 lines 512 B
import React from 'react'; import { Typography, Stack } from '@mui/material'; import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; var CustomCmpText = function CustomCmpText(props) { return /*#__PURE__*/_jsxs(Stack, Object.assign({ alignItems: "center", direction: props.direction, columnGap: props.spacing || 1 }, props.stackProps, { children: [props.customComponent, /*#__PURE__*/_jsx(Typography, Object.assign({}, props.typographyProps))] })); }; export default CustomCmpText;