{"version":3,"file":"index.mjs","names":[],"sources":["../src/head.tsx"],"sourcesContent":["import * as React from 'react';\n\nexport type HeadProps = Readonly<React.ComponentPropsWithoutRef<'head'>>;\n\nexport const Head = React.forwardRef<HTMLHeadElement, HeadProps>(\n  ({ children, ...props }, ref) => (\n    <head {...props} ref={ref}>\n      <meta content=\"text/html; charset=UTF-8\" httpEquiv=\"Content-Type\" />\n      <meta name=\"x-apple-disable-message-reformatting\" />\n      {children}\n    </head>\n  ),\n);\n\nHead.displayName = 'Head';\n"],"mappings":";;;;AAIA,MAAa,OAAO,MAAM,YACvB,EAAE,SAAU,GAAG,SAAS,QACvB,qBAAC;CAAK,GAAI;CAAY;;EACpB,oBAAC;GAAK,SAAQ;GAA2B,WAAU;IAAiB;EACpE,oBAAC,UAAK,MAAK,yCAAyC;EACnD;;EACI,CAEV;AAED,KAAK,cAAc"}