UNPKG

jsx-email

Version:

Render JSX email components to HTML email

7 lines 263 B
import type { BaseProps, JsxEmailComponent } from '../types.js'; export interface ColumnProps extends BaseProps<'td'> { bgColor?: string; bgImage?: string; } export declare const Column: JsxEmailComponent<ColumnProps>; //# sourceMappingURL=column.d.ts.map