UNPKG

268 BJavaScriptView Raw
1"use client";
2
3import * as React from 'react';
4import Base from './Base';
5const Paragraph = /*#__PURE__*/React.forwardRef((props, ref) => (/*#__PURE__*/React.createElement(Base, Object.assign({
6 ref: ref
7}, props, {
8 component: "div"
9}))));
10export default Paragraph;
\No newline at end of file