Interface EmailProps

Interface for PropTypes for the Email component.

Hierarchy

  • BaseStyleProp<EmailStyles>
    • EmailProps

Properties

children?: ReactNode

The content of the component.

className?: string

The class name to be applied to the element.

classes?: Partial<Record<"root", CSSProperties>>

Override or extend the styles applied to the component.

theme?: ThemeOptions

Applies the custom theme to the whole layout.

Generated using TypeDoc