Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
yocontra committed Aug 18, 2021
1 parent 5aab0c4 commit 1d30a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2849,7 +2849,7 @@ <h2>Type aliases</h2>
<section class="tsd-panel tsd-member tsd-kind-type-alias">
<a name="ComponentProps" class="tsd-anchor"></a>
<h3>Component<wbr>Props</h3>
<div class="tsd-signature tsd-kind-icon">Component<wbr>Props<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">PropTypes.InferProps</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">typeof </span><span class="tsd-signature-type">componentPropTypes</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">React.HTMLAttributes</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">HTMLDivElement</span><span class="tsd-signature-symbol">&gt;</span></div>
<div class="tsd-signature tsd-kind-icon">Component<wbr>Props<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">PropTypes.InferProps</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">typeof </span><span class="tsd-signature-type">componentPropTypes</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">React.AllHTMLAttributes</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">HTMLDivElement</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/staeco/react-flex-lite/blob/5f03782/src/index.tsx#L15">index.tsx:15</a></li>
Expand Down
2 changes: 1 addition & 1 deletion modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -2848,7 +2848,7 @@ <h2>Type aliases</h2>
<section class="tsd-panel tsd-member tsd-kind-type-alias">
<a name="ComponentProps" class="tsd-anchor"></a>
<h3>Component<wbr>Props</h3>
<div class="tsd-signature tsd-kind-icon">Component<wbr>Props<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">PropTypes.InferProps</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">typeof </span><span class="tsd-signature-type">componentPropTypes</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">React.HTMLAttributes</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">HTMLDivElement</span><span class="tsd-signature-symbol">&gt;</span></div>
<div class="tsd-signature tsd-kind-icon">Component<wbr>Props<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">PropTypes.InferProps</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">typeof </span><span class="tsd-signature-type">componentPropTypes</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">React.AllHTMLAttributes</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">HTMLDivElement</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/staeco/react-flex-lite/blob/5f03782/src/index.tsx#L15">index.tsx:15</a></li>
Expand Down

0 comments on commit 1d30a60

Please sign in to comment.