UNPKG

@aplus-frontend/ui

Version:

14 lines (13 loc) 228 B
const a = (e) => { const { componentCls: r } = e; return { [`${r}-text-area`]: { whiteSpace: "pre-wrap", wordWrap: "break-word", wordBreak: "break-all" } }; }; export { a as genTextareaStyle };