@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
13 lines • 376 B
JavaScript
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 Ingress = props => _jsx(P, {
weight: "medium",
...props
});
withComponentMarkers(Ingress, {
_supportsSpacingProps: true
});
export default Ingress;
//# sourceMappingURL=Ingress.js.map