UNPKG

oy-vey

Version:

React utilities for building server-side email templates.

9 lines (6 loc) 255 B
const description = 'Email clients may provide their own "border" styles, so it is good practice to specify this attribute on every table.'; export default (props) => { if (!props.hasOwnProperty('border')) { return new Error(description); }; };