aboutsummaryrefslogtreecommitdiff
path: root/top_bar.style.js
blob: 91b2e72b6f6b7b7dc860ce503fb14d3146575d96 (plain)
1
2
3
4
5
6
7
8
9
export default {
  name: 'TopBar',
  selector: 'nav',
  validInnerComponents: [
    'Link',
    'Text',
    'Icon'
  ]
}