const description = 'Email clients may provide their own "cellPadding" styles, so it is good practice to specify this attribute on every table.';
exportdefault (props) => {
if (!props.hasOwnProperty('cellPadding')) {
returnnewError(description);
};
};