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

14 lines
204 B
JavaScript
Raw Normal View History

2024-02-19 15:11:59 +02:00
export default {
name: 'Chat',
selector: '.chat-message-list',
lazy: true,
validInnerComponents: [
'Text',
'Link',
'Icon',
'Avatar',
'ChatMessage'
],
defaultRules: [
]
}