pleroma-fe/src/components/notification/notification.style.js
2024-06-19 22:21:15 +03:00

18 lines
288 B
JavaScript

export default {
name: 'Notification',
selector: '.Notification',
validInnerComponents: [
'Text',
'Link',
'Icon',
'Border',
'Button',
'ButtonUnstyled',
'RichContent',
'Input',
'Avatar',
'Attachment',
'PollGraph'
],
defaultRules: []
}