13 lines
204 B
JavaScript
13 lines
204 B
JavaScript
export default {
|
|
name: 'Notification',
|
|
selector: '.Notification',
|
|
validInnerComponents: [
|
|
'Text',
|
|
'Link',
|
|
'Icon',
|
|
'Border',
|
|
'Avatar',
|
|
'PollGraph',
|
|
],
|
|
defaultRules: [],
|
|
}
|