zhu-jiang-yi-yuan-mobile
Version:
南方医科大学珠江医院移动端
13 lines (11 loc) • 419 B
JavaScript
import { Const } from "../../utils";
import React from "react";
import './index.less';
var CLS_PREFIX = "".concat(Const.CLS_PREFIX, "-title");
var Title = function Title(props) {
var text = props.text;
return /*#__PURE__*/React.createElement("div", {
className: CLS_PREFIX
}, /*#__PURE__*/React.createElement("span", null, "\xA0"), /*#__PURE__*/React.createElement("span", null, text));
};
export { Title };