UNPKG

@guestbell/react-page-plugins

Version:

Plugins we use in GuestBell for working with amazing react-page package

7 lines 258 B
import * as React from 'react'; export var Paragraph = function Paragraph(_ref) { var attributes = _ref.attributes, children = _ref.children; return /*#__PURE__*/React.createElement("p", attributes, children); }; //# sourceMappingURL=Paragraph.js.map