Skip to content

Commit

Permalink
Improve Typing for Item Props
Browse files Browse the repository at this point in the history
Typing was breaking
  • Loading branch information
sahil-ahuja-1 authored Oct 24, 2022
1 parent 784e93a commit 80eaec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/skeleton-placeholder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ type SkeletonPlaceholderProps = {

type SkeletonPlaceholderItemProps = ViewStyle & {
style?: StyleProp<ViewStyle>;
children?: React.ReactNode;
};

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

0 comments on commit 80eaec9

Please sign in to comment.