Skip to content

Commit

Permalink
Update SkeletonPlaceholder.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlsilva authored Oct 13, 2022
1 parent f6783c2 commit a0cebd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SkeletonPlaceholder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type SkeletonPlaceholderProps = {
};

type SkeletonPlaceholderItemProps = ViewStyle & {
style: StyleProp<ViewStyle>;
style?: StyleProp<ViewStyle>;
};

const SkeletonPlaceholder: React.FC<SkeletonPlaceholderProps> & {
Expand Down

0 comments on commit a0cebd2

Please sign in to comment.