@react-email/body
Advanced tools
Comparing version 0.0.10-canary.0 to 0.0.10
import * as React from 'react'; | ||
type RootProps = React.ComponentPropsWithoutRef<"body">; | ||
type BodyProps = RootProps; | ||
declare const Body: React.ForwardRefExoticComponent<Readonly<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>, "ref">> & React.RefAttributes<HTMLBodyElement>>; | ||
type BodyProps = Readonly<React.HtmlHTMLAttributes<HTMLBodyElement>>; | ||
declare const Body: React.ForwardRefExoticComponent<Readonly<React.HtmlHTMLAttributes<HTMLBodyElement>> & React.RefAttributes<HTMLBodyElement>>; | ||
export { Body, BodyProps }; |
{ | ||
"name": "@react-email/body", | ||
"version": "0.0.10-canary.0", | ||
"version": "0.0.10", | ||
"description": "A React body component to wrap emails", | ||
@@ -29,7 +29,5 @@ "sideEffects": false, | ||
"devDependencies": { | ||
"@babel/core": "7.23.9", | ||
"@babel/preset-react": "7.23.3", | ||
"typescript": "5.1.6", | ||
"@react-email/render": "0.0.18-canary.0", | ||
"tsconfig": "0.0.0", | ||
"@react-email/render": "1.0.0", | ||
"eslint-config-custom": "0.0.0" | ||
@@ -36,0 +34,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4
10764
125