UNPKG

@wulperstudio/cms

Version:
11 lines 342 B
import React from 'react'; import { Typography } from '@mui/material'; import { jsx as _jsx } from "react/jsx-runtime"; export var TitleDescription = function TitleDescription(_ref) { var description = _ref.description; return /*#__PURE__*/_jsx(Typography, { fontWeight: "400", variant: "body1", children: description }); };