UNPKG

@cuvp1225/tango-mail

Version:
27 lines (26 loc) 676 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STYLE_PROPS = exports.getStyle = void 0; const getStyle = (style) => { return Object.assign({}, style); }; exports.getStyle = getStyle; exports.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', }, ];