UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

12 lines 364 B
import React from 'react'; import P from "./P.js"; import withComponentMarkers from "../../shared/helpers/withComponentMarkers.js"; import { jsx as _jsx } from "react/jsx-runtime"; const Paragraph = props => _jsx(P, { ...props }); withComponentMarkers(Paragraph, { _supportsSpacingProps: true }); export default Paragraph; //# sourceMappingURL=Paragraph.js.map