Skip to content

Commit

Permalink
More doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnetangsu committed Feb 28, 2025
1 parent 5dfd1c4 commit 7d7bdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Video/StoryVideo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import * as styles from './StoryVideo.styles';
/**
* Inline story Video component that comes with a play/pause button and layout/caption options
* similar to the StoryImage component.
* To be used for the SbVideo component in Storyblok.
* To be used for the SbVideo component and the foreground looping video in Story page heroes.
*/

export type StoryVideoProps = React.HTMLAttributes<HTMLDivElement> & Omit<MediaWrapperProps, 'isFullHeight' | 'isParallax'> & {
Expand Down

0 comments on commit 7d7bdfb

Please sign in to comment.