Skip to content

Commit

Permalink
fix: dto
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFridmansky committed Oct 8, 2024
1 parent 8251c35 commit 2d4aec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/dto/instagramStoriesDTO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export interface InstagramStoriesProps {
* @deprecated Use {@link avatarListContainerProps} instead.
*/
listContainerProps?: ScrollViewProps | Partial<FlashListProps<InstagramStoryProps>>;
avatarListContainerProps?: ScrollViewProps;
avatarListContainerProps?: ScrollViewProps | Partial<FlashListProps<InstagramStoryProps>>;
containerStyle?: ViewStyle;
textStyle?: TextStyle;
animationDuration?: number;
Expand Down

0 comments on commit 2d4aec6

Please sign in to comment.