Deploy to GitHub Pages: 5bbba8893e

This commit is contained in:
Circle CI
2019-09-02 08:07:57 +00:00
parent e22e79675e
commit c6ed178794
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -50,7 +50,7 @@
<span class="token punctuation">}</span></code></pre>
</div><h2>Props</h2><div class="PropInfo_p1eats2g"><a name="visible" href="#visible" class="PropLabel_psi127e"><code>visible</code> (required)</a><div class="PropItem_pwdtv5j"><span>Type: </span><code>boolean</code></div><div class="PropItem_pwdtv5j MarkdownContent_m3ctz2y"><p>Whether banner is currently visible.</p>
</div></div><div class="PropInfo_p1eats2g"><a name="children" href="#children" class="PropLabel_psi127e"><code>children</code> (required)</a><div class="PropItem_pwdtv5j"><span>Type: </span><code>string</code></div><div class="PropItem_pwdtv5j MarkdownContent_m3ctz2y"><p>Content that will be displayed inside banner.</p>
</div></div><div class="PropInfo_p1eats2g"><a name="image" href="#image" class="PropLabel_psi127e"><code>image</code></a><div class="PropItem_pwdtv5j"><span>Type: </span><code>(props: { size: number }) =&gt; React.ReactNode</code></div><div class="PropItem_pwdtv5j MarkdownContent_m3ctz2y"><p>Callback that returns an image to display inside banner.</p>
</div></div><div class="PropInfo_p1eats2g"><a name="icon" href="#icon" class="PropLabel_psi127e"><code>icon</code></a><div class="PropItem_pwdtv5j"><span>Type: </span><code>IconSource</code></div><div class="PropItem_pwdtv5j MarkdownContent_m3ctz2y"><p>Icon to display for the <code>Banner</code>. Can be an image.</p>
</div></div><div class="PropInfo_p1eats2g"><a name="actions" href="#actions" class="PropLabel_psi127e"><code>actions</code> (required)</a><div class="PropItem_pwdtv5j"><span>Type: </span><code>Array&lt;{
label: string;
onPress: () =&gt; void;