UNPKG

@react-email/html

Version:

A React html component to wrap emails

7 lines (4 loc) 334 B
import * as React from 'react'; type HtmlProps = Readonly<React.ComponentPropsWithoutRef<"html">>; declare const Html: React.ForwardRefExoticComponent<Readonly<Omit<React.DetailedHTMLProps<React.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>, "ref">> & React.RefAttributes<HTMLHtmlElement>>; export { Html, type HtmlProps };