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

17 lines
408 B
JavaScript

export default {
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}'
}
};