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

10 lines
180 B
JavaScript

export default {
root: {
borderColor: '{content.border.color}'
},
content: {
background: '{content.background}',
color: '{text.color}'
}
};