Skip to content

Commit 685b614

Browse files
committed
Export component and expose doc
1 parent 9cd75c3 commit 685b614

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/navigation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
<li {% if page.path == 'DualListInput.md' %} class="active" {% endif %}><a class="nav-link" href="./DualListInput.html"><code>&lt;DualListInput&gt;</code><img class="premium" src="./img/premium.svg" /></a></li>
211211
<li {% if page.path == 'FileInput.md' %} class="active" {% endif %}><a class="nav-link" href="./FileInput.html"><code>&lt;FileInput&gt;</code></a></li>
212212
<li {% if page.path == 'ImageInput.md' %} class="active" {% endif %}><a class="nav-link" href="./ImageInput.html"><code>&lt;ImageInput&gt;</code></a></li>
213+
<li {% if page.path == 'InPlaceEditor.md' %} class="active" {% endif %}><a class="nav-link" href="./InPlaceEditor.html"><code>&lt;InPlaceEditor&gt;</code></a></li>
213214
<li {% if page.path == 'MarkdownInput.md' %} class="active" {% endif %}><a class="nav-link" href="./MarkdownInput.html"><code>&lt;MarkdownInput&gt;</code><img class="premium" src="./img/premium.svg" /></a></li>
214215
<li {% if page.path == 'NullableBooleanInput.md' %} class="active" {% endif %}><a class="nav-link" href="./NullableBooleanInput.html"><code>&lt;NullableBooleanInput&gt;</code></a></li>
215216
<li {% if page.path == 'NumberInput.md' %} class="active beginner" {% else %} class="beginner" {% endif %}><a class="nav-link" href="./NumberInput.html"><code>&lt;NumberInput&gt;</code></a></li>

packages/ra-ui-materialui/src/input/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export * from './DateTimeInput';
1010
export * from './TimeInput';
1111
export * from './FileInput';
1212
export * from './ImageInput';
13+
export * from './InPlaceEditor/InPlaceEditor';
1314
export * from './InputHelperText';
1415
export * from './LoadingInput';
1516
export * from './NullableBooleanInput';

0 commit comments

Comments
 (0)