UNPKG

braid-design-system

Version:
6 lines (5 loc) 319 B
"use strict"; const jsxRuntime = require("react/jsx-runtime"); const lib_components_Heading_Heading_cjs = require("./Heading.cjs"); const Heading = ({ level, ...restProps }) => /* @__PURE__ */ jsxRuntime.jsx(lib_components_Heading_Heading_cjs.Heading, { level: level || "3", ...restProps }); exports.Heading = Heading;