{"version":3,"file":"1473.chunk.f73f56344308c933e23d.js","mappings":"kJAUO,MAAMA,EAA0CC,IACnD,MAAM,KAAEC,EAAI,KAAEC,EAAI,GAAEC,EAAE,UAAEC,GAAcJ,EAEtC,OAAOK,EAAAA,cAAoBJ,EAAM,CAAEG,YAAWD,KAAIG,wBAAyB,CAAEC,OAAQL,EAAKM,QAAU,C","sources":["webpack://Kristiania.Web/./Features/Partials/Controls/HtmlHeading.tsx"],"sourcesContent":["import * as React from 'react';\nimport type { HtmlString } from '~/Features/Types/HtmlString.csharp';\n\nexport interface HtmlHeadingProps {\n html: HtmlString;\n type: keyof Pick;\n id?: string;\n className?: string;\n}\n\nexport const HtmlHeading: React.FC = props => {\n const { type, html, id, className } = props;\n\n return React.createElement(type, { className, id, dangerouslySetInnerHTML: { __html: html.value } });\n};\n"],"names":["HtmlHeading","props","type","html","id","className","React","dangerouslySetInnerHTML","__html","value"],"sourceRoot":""}