From 07d16f91c099e0ee8219f9114e104ea313de5b4e Mon Sep 17 00:00:00 2001 From: aeksandla Date: Wed, 4 Oct 2023 15:24:31 +0300 Subject: [PATCH] fix: update documentation --- .storybook/stories/documentation/Types.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.storybook/stories/documentation/Types.mdx b/.storybook/stories/documentation/Types.mdx index 17802d638..c1fc58f9a 100644 --- a/.storybook/stories/documentation/Types.mdx +++ b/.storybook/stories/documentation/Types.mdx @@ -63,13 +63,13 @@ import { Meta } from '@storybook/blocks'; - `color?: string` — Background color - [`image?: ImageObjectProps | ImageObjectProps[] | ImageDeviceProps` — Background image](#ImageObjectProps). If you pass an array, the full-screen mode is automatically turned on. -- `parallax?: bool` — Enable/disable the parallax effect +- `parallax?: boolean` — Enable/disable the parallax effect - [`video?: Video` — Video](#Video) - `youtube?: url` — Link to a video on YouTube - `height?: number` — Block height - `previewImg?: string` - `dataLens?: string |` [DataLens](#DataLens) -- `fullscreen?: bool` — Enabling full-screen mode for image or video. Default true - for multiple images, false - for single image, video. It doesn't work with dataLens and youtube +- `fullscreen?: boolean` — Enabling full-screen mode for image or video. Default true - for multiple images, false - for single image, video. It doesn't work with dataLens and youtube ---