Skip to content

Commit c5dd39d

Browse files
authored
Update wrapper prop type in README
1 parent 2329bf3 commit c5dd39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ return (
117117
<td><code>1</code></td>
118118
</tr>
119119
<tr>
120-
<td><code>wrapper?: React.FunctionComponent</code></td>
120+
<td><code>wrapper?: React.FunctionComponent <br> &lt;PropsWithChildren&lt;unknown&gt;&gt;</code></td>
121121
<td>
122122
A custom wrapper component that goes around the individual skeleton
123123
elements.

0 commit comments

Comments
 (0)