amis-rpc-design/node_modules/antd/es/typography/Paragraph.js
2023-10-07 19:42:30 +08:00

10 lines
266 B
JavaScript

"use client";
import * as React from 'react';
import Base from './Base';
const Paragraph = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React.createElement(Base, Object.assign({
ref: ref
}, props, {
component: "div"
})));
export default Paragraph;