UNPKG

jsx-email

Version:

Render JSX email components to HTML email

6 lines 329 B
import type { BaseProps, JsxEmailComponent } from '../types.js'; export interface PreviewProps extends BaseProps<'div'> { } export declare const renderWhiteSpace: (text: string) => import("react/jsx-runtime").JSX.Element | null; export declare const Preview: JsxEmailComponent<PreviewProps>; //# sourceMappingURL=preview.d.ts.map