diff --git a/src/components/ReadingView/index.stories.tsx b/src/components/ReadingView/index.stories.tsx index feebb2c..aaee1ef 100644 --- a/src/components/ReadingView/index.stories.tsx +++ b/src/components/ReadingView/index.stories.tsx @@ -29,4 +29,14 @@ export const Default: Story = { }, fixedAspectRatio: true, }, + argTypes: { + page: { type: 'number' }, + readingViewStyles: { + control: 'object', + }, + surahTitleStyles: { + control: 'object', + }, + fixedAspectRatio: { type: 'boolean' }, + }, }