primevue-mirror/components/lib/themes/aura/inputgroup/index.js

9 lines
229 B
JavaScript
Raw Normal View History

export default {
2024-02-20 20:46:42 +00:00
addon: {
2024-03-13 18:50:24 +00:00
background: '{form.field.background}',
2024-02-20 20:46:42 +00:00
borderColor: '{form.field.border.color}',
2024-05-07 09:56:35 +00:00
color: '{form.field.icon.color}',
borderRadius: '{form.field.border.radius}'
}
};