{"version":3,"file":"spa~Block-TextBlock.chunk.858b666e0901d383d50a.js","mappings":"uYAUO,MAAMA,EAAkCC,IAC3C,MAAM,KAAEC,EAAI,UAAEC,GAA+BF,EAAjBG,E,6WAAYC,CAAKJ,EAAKK,GAElD,OAAOC,EAAAA,cAAA,MAAAC,EAAA,GAASJ,EAAY,CAAED,UAAWA,EAAWM,wBAAyB,CAAEC,OAAQR,EAAKS,SAAW,C","sources":["webpack://Kristiania.Web/./Features/Partials/Controls/HtmlDiv.tsx"],"sourcesContent":["import * as React from 'react';\nimport type { HtmlString } from '~/Features/Types/HtmlString.csharp';\n\ntype NativeDivAttributes = Pick, 'id'>;\n\nexport interface HtmlDivProps extends NativeDivAttributes {\n html: HtmlString;\n className?: string;\n}\n\nexport const HtmlDiv: React.FC = props => {\n const { html, className, ...restDivProps } = props;\n\n return
;\n};\n"],"names":["HtmlDiv","props","html","className","restDivProps","_objectWithoutProperties","_excluded","React","_extends","dangerouslySetInnerHTML","__html","value"],"sourceRoot":""}