Add decorators to story

This commit is contained in:
Hristo Nedelkov 2023-09-15 11:25:05 +03:00
parent e1df8a21c7
commit 460b1b3f7e

View File

@ -12,6 +12,13 @@ const meta = {
layout: 'centered',
},
tags: ['autodocs'],
decorators: [StoryObj =>
(
<Stack width={'536px'}>
<StoryObj />,
</Stack>
)
]
} satisfies Meta<typeof LineChart>
export default meta