aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification/notification.style.js
blob: 0d36760a31a36d7964ca3f1ffdd5c27186b7d97e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export default {
  name: 'Notification',
  selector: '.Notification',
  validInnerComponents: [
    'Text',
    'Link',
    'Icon',
    'Border',
    'Button',
    'ButtonUnstyled',
    'RichContent',
    'Input',
    'Avatar',
    'Attachment'
  ],
  defaultRules: []
}