UNPKG

jsx-email

Version:

Render JSX email components to HTML email

10 lines 408 B
import React from 'react'; export interface BackgroundProps extends Omit<React.ComponentPropsWithoutRef<'td'>, 'height' | 'width' | 'bgcolor'> { bgColor?: string; bgRepeat?: 'repeat' | 'no-repeat'; height?: number; src: string; width?: number; } export declare const Background: (props: BackgroundProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=background.d.ts.map