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

17 lines
408 B
JavaScript
Raw Normal View History

export default {
2024-05-04 21:57:50 +00:00
header: {
background: '{content.background}',
borderColor: '{content.border.color}',
color: '{content.color}'
},
content: {
background: '{content.background}',
color: '{content.color}'
},
footer: {
background: '{content.background}',
borderColor: '{content.border.color}',
color: '{content.color}'
}
};