notification.style.js (288B)
- export default {
- name: 'Notification',
- selector: '.Notification',
- validInnerComponents: [
- 'Text',
- 'Link',
- 'Icon',
- 'Border',
- 'Button',
- 'ButtonUnstyled',
- 'RichContent',
- 'Input',
- 'Avatar',
- 'Attachment',
- 'PollGraph'
- ],
- defaultRules: []
- }