@react-email/head
Advanced tools
Comparing version
import * as React from 'react'; | ||
type RootProps = React.ComponentPropsWithoutRef<"head">; | ||
type HeadProps = RootProps; | ||
type HeadProps = Readonly<React.ComponentPropsWithoutRef<"head">>; | ||
declare const Head: React.ForwardRefExoticComponent<Readonly<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>, "ref">> & React.RefAttributes<HTMLHeadElement>>; | ||
export { Head, HeadProps }; |
{ | ||
"name": "@react-email/head", | ||
"version": "0.0.11-canary.0", | ||
"version": "0.0.11", | ||
"description": "Contains head components such as style and meta elements.", | ||
@@ -41,7 +41,6 @@ "sideEffects": false, | ||
"devDependencies": { | ||
"@babel/preset-react": "7.23.3", | ||
"typescript": "5.1.6", | ||
"@react-email/render": "0.0.18-canary.0", | ||
"tsconfig": "0.0.0", | ||
"eslint-config-custom": "0.0.0" | ||
"eslint-config-custom": "0.0.0", | ||
"@react-email/render": "1.0.0", | ||
"tsconfig": "0.0.0" | ||
}, | ||
@@ -48,0 +47,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
4
-20%11219
-0.81%133
-0.75%