UNPKG

@wulperstudio/cms

Version:
9 lines 260 B
import React from 'react'; import { CustomTypography } from './styled'; import { jsx as _jsx } from "react/jsx-runtime"; var Title = function Title(props) { return /*#__PURE__*/_jsx(CustomTypography, { children: props.title }); }; export default Title;