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.

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