UNPKG

jsx-email

Version:

Render JSX email components to HTML email

5 lines 263 B
import type { BaseProps, JsxEmailComponent } from '../types.js'; export interface SectionProps extends Omit<BaseProps<'table'>, 'cellPadding' | 'cellSpacing'> { } export declare const Section: JsxEmailComponent<SectionProps>; //# sourceMappingURL=section.d.ts.map