pleroma-fe/src/components/notification/notification.style.js
2026-01-06 16:22:52 +02:00

13 lines
204 B
JavaScript

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