UNPKG

@faire/mjml-react

Version:

React component library to generate the HTML emails on the fly

5 lines (4 loc) 240 B
export declare function escapeHtml(string: string): string; export declare function escapeTextForBrowser(text: string | boolean | number): string; export declare function noop(): void; export declare function trimContent(child: any): void;