diff --git a/src/core/dto/instagramStoriesDTO.ts b/src/core/dto/instagramStoriesDTO.ts index a53426a..6c33fcd 100644 --- a/src/core/dto/instagramStoriesDTO.ts +++ b/src/core/dto/instagramStoriesDTO.ts @@ -49,7 +49,7 @@ export interface InstagramStoriesProps { * @deprecated Use {@link avatarListContainerProps} instead. */ listContainerProps?: ScrollViewProps | Partial>; - avatarListContainerProps?: ScrollViewProps; + avatarListContainerProps?: ScrollViewProps | Partial>; containerStyle?: ViewStyle; textStyle?: TextStyle; animationDuration?: number;