UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

18 lines 423 B
import React from 'react'; import withComponentMarkers from "../../shared/helpers/withComponentMarkers.js"; import H from "./H.js"; import { jsx as _jsx } from "react/jsx-runtime"; const H2 = ({ size, ...props }) => _jsx(H, { element: "h2", size: size || 'auto', ...props }); withComponentMarkers(H2, { _isHeadingElement: true, _supportsSpacingProps: true }); export default H2; //# sourceMappingURL=H2.js.map