{"version":3,"file":"index.mjs","names":[],"sources":["../src/html.tsx"],"sourcesContent":["import * as React from 'react';\n\nexport type HtmlProps = Readonly<React.ComponentPropsWithoutRef<'html'>>;\n\nexport const Html = React.forwardRef<HTMLHtmlElement, HtmlProps>(\n  ({ children, lang = 'en', dir = 'ltr', ...props }, ref) => (\n    <html {...props} dir={dir} lang={lang} ref={ref}>\n      {children}\n    </html>\n  ),\n);\n\nHtml.displayName = 'Html';\n"],"mappings":";;;;AAIA,MAAa,OAAO,MAAM,YACvB,EAAE,UAAU,OAAO,MAAM,MAAM,MAAO,GAAG,SAAS,QACjD,oBAAC;CAAK,GAAI;CAAY;CAAW;CAAW;CACzC;EACI,CAEV;AAED,KAAK,cAAc"}