UNPKG

jsx-email

Version:

Render JSX email components to HTML email

9 lines 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isValidElement = isValidElement; function isValidElement(object) { return (typeof object === 'object' && object !== null && typeof object.$$typeof === 'symbol'); } //# sourceMappingURL=is-valid-element.js.map