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