pleroma-fe/src/components/notification/notification.style.js

17 lines
271 B
JavaScript
Raw Normal View History

export default {
name: 'Notification',
selector: '.Notification',
validInnerComponents: [
'Text',
'Link',
'Icon',
'Border',
'Button',
'ButtonUnstyled',
'RichContent',
2024-02-12 19:58:42 +02:00
'Input',
'Avatar',
'Attachment'
],
2024-02-19 15:11:59 +02:00
defaultRules: []
}