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 H4 = ({ size, ...props }) => _jsx(H, { element: "h4", size: size || 'auto', ...props }); withComponentMarkers(H4, { _isHeadingElement: true, _supportsSpacingProps: true }); export default H4; //# sourceMappingURL=H4.js.map