Skip to content

Commit 35276cb

Browse files
committed
docs: update API documentation
1 parent 161bbd1 commit 35276cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: packages/docs/content/api/CSidebar.api.mdx

+10
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)