@cuvp1225/tango-mail
Version:
react mail components for tango
23 lines (22 loc) • 533 B
JavaScript
export const getStyle = (style) => {
return Object.assign({}, style);
};
export const STYLE_PROPS = [
{
name: 'style',
title: '样式',
setter: 'codeSetter',
setterProps: {
expressionType: 'cssObject',
},
group: 'style',
},
{
name: 'className',
title: '类名',
setter: 'classNameSetter',
group: 'style',
tip: '支持 tailwindcss 的类名',
docs: 'https://tailwindcss.com/docs/customizing-colors',
},
];