UNPKG

@react-email/container

Version:

A layout component that centers all the email content

8 lines (7 loc) 431 B
import * as React from "react"; //#region src/container.d.ts type ContainerProps = Readonly<React.ComponentPropsWithoutRef<'table'>>; declare const Container: React.ForwardRefExoticComponent<Readonly<Omit<React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "ref">> & React.RefAttributes<HTMLTableElement>>; //#endregion export { Container, ContainerProps }; //# sourceMappingURL=index.d.mts.map