|
|
|
@ -9,7 +9,7 @@ export default {
@@ -9,7 +9,7 @@ export default {
|
|
|
|
|
} as ComponentMeta<typeof ChatModeratorNotification>; |
|
|
|
|
|
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
|
|
|
const Template: ComponentStory<typeof ChatModeratorNotification> = args => ( |
|
|
|
|
const Template: ComponentStory<typeof ChatModeratorNotification> = (args: object) => ( |
|
|
|
|
<ChatModeratorNotification {...args} /> |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|