1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Deployed 2b5d54e8d9 to master with MkDocs 1.3.0 and mike 1.1.2

This commit is contained in:
GitHub Action 2022-06-08 14:09:26 +00:00
parent 6452ec83a7
commit 7899f0dbab
5 changed files with 16 additions and 4 deletions

View File

@ -918,7 +918,7 @@
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>[IpcPrefix]</strong>: <code>string</code></p>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>IpcRegistrar.__@IpcPrefix@75878</p>
<p>IpcRegistrar.__@IpcPrefix@75879</p>
<hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>extension</strong>: <code>LensExtension</code>&lt;<code>LensExtensionDependencies</code>></p>

View File

@ -918,7 +918,7 @@
<h3 id="ipcprefix">[IpcPrefix]<a class="headerlink" href="#ipcprefix" title="Permanent link">#</a></h3>
<p><code>Readonly</code> <strong>[IpcPrefix]</strong>: <code>string</code></p>
<h4 id="inherited-from">Inherited from<a class="headerlink" href="#inherited-from" title="Permanent link">#</a></h4>
<p>IpcRegistrar.__@IpcPrefix@75878</p>
<p>IpcRegistrar.__@IpcPrefix@75879</p>
<hr />
<h3 id="extension">extension<a class="headerlink" href="#extension" title="Permanent link">#</a></h3>
<p><code>Protected</code> <strong>extension</strong>: <code>LensExtension</code>&lt;<code>LensExtensionDependencies</code>></p>

View File

@ -758,6 +758,13 @@
size
</a>
</li>
<li class="md-nav__item">
<a href="#title" class="md-nav__link">
title
</a>
</li>
</ul>
@ -787,10 +794,11 @@
<li><a href="./#children">children</a></li>
<li><a href="./#classname">className</a></li>
<li><a href="./#size">size</a></li>
<li><a href="./#title">title</a></li>
</ul>
<h2 id="properties_1">Properties<a class="headerlink" href="#properties_1" title="Permanent link">#</a></h2>
<h3 id="children">children<a class="headerlink" href="#children" title="Permanent link">#</a></h3>
<p><strong>children</strong>: <code>ReactNode</code></p>
<p><code>Optional</code> <strong>children</strong>: <code>ReactNode</code></p>
<hr />
<h3 id="classname">className<a class="headerlink" href="#classname" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>className</strong>: <code>string</code></p>
@ -799,6 +807,10 @@
<p><code>Optional</code> <strong>size</strong>: <code>"title"</code> | <code>"sub-title"</code></p>
<p>Specifies how large this title is</p>
<p><strong><code>default</code></strong> "title"</p>
<hr />
<h3 id="title">title<a class="headerlink" href="#title" title="Permanent link">#</a></h3>
<p><code>Optional</code> <strong>title</strong>: <code>ReactNode</code></p>
<p><strong><code>deprecated</code></strong> Prefer passing the value as <code>children</code></p>

File diff suppressed because one or more lines are too long

Binary file not shown.