UNPKG

jsx-email

Version:

Render JSX email components to HTML email

12 lines 344 B
interface ReactElementLike { $$typeof: symbol; key: string | null; props: Record<string, unknown>; ref: any; type: string | Function | symbol | { render?: Function; }; } export declare function isValidElement(object: unknown): object is ReactElementLike; export {}; //# sourceMappingURL=is-valid-element.d.ts.map