UNPKG

@douyinfe/semi-ui

Version:

A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.

9 lines 348 B
import * as React from 'react'; import Typography from '../../typography'; import { cssClasses } from '@douyinfe/semi-foundation/lib/es/markdownRender/constants'; const p = props => { return /*#__PURE__*/React.createElement(Typography.Paragraph, Object.assign({ className: `${cssClasses.PREFIX}-component-p` }, props)); }; export default p;