mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
16 lines
408 B
JavaScript
16 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}'
|
|
}
|
|
};
|