diff options
Diffstat (limited to 'src/components/panel_header.style.js')
| -rw-r--r-- | src/components/panel_header.style.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/panel_header.style.js b/src/components/panel_header.style.js new file mode 100644 index 00000000..aaa8bea9 --- /dev/null +++ b/src/components/panel_header.style.js @@ -0,0 +1,9 @@ +export default { + name: 'PanelHeader', + selector: '.panel-heading', + validInnerComponents: [ + 'Text', + 'Icon', + 'Button' + ] +} |
