Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 35276cb

Browse filesBrowse files
committed
docs: update API documentation
1 parent 161bbd1 commit 35276cb
Copy full SHA for 35276cb

File tree

1 file changed

+10
-0
lines changed
Filter options

1 file changed

+10
-0
lines changed

‎packages/docs/content/api/CSidebar.api.mdx

Copy file name to clipboardExpand all lines: packages/docs/content/api/CSidebar.api.mdx
+10Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ import CSidebar from '@coreui/react/src/components/sidebar/CSidebar'
1515
</tr>
1616
</thead>
1717
<tbody>
18+
<tr id="csidebar-as">
19+
<td className="text-primary fw-semibold">as<a href="#csidebar-as" aria-label="CSidebar as permalink" className="anchor-link after">#</a></td>
20+
<td>-</td>
21+
<td><code>{`(ElementType & 'symbol')`}</code>, <code>{`(ElementType & 'object')`}</code>, <code>{`(ElementType & 'div')`}</code>, <code>{`(ElementType & 'slot')`}</code>, <code>{`(ElementType & 'style')`}</code>, <code>{`... 174 more ...`}</code>, <code>{`(ElementType & FunctionComponent\<...>)`}</code></td>
22+
</tr>
23+
<tr>
24+
<td colSpan="3">
25+
<p>Component used for the root node. Either a string to use a HTML element or a component.</p>
26+
</td>
27+
</tr>
1828
<tr id="csidebar-class-name">
1929
<td className="text-primary fw-semibold">className<a href="#csidebar-class-name" aria-label="CSidebar className permalink" className="anchor-link after">#</a></td>
2030
<td>-</td>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.