mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
refactor: split DocSidebarItem by item type (#7005)
This commit is contained in:
parent
2dea99b5c8
commit
2964e6f65d
8 changed files with 354 additions and 263 deletions
|
@ -134,6 +134,8 @@ declare module '@docusaurus/plugin-content-docs' {
|
|||
|
||||
export type PropSidebarItemLink =
|
||||
import('./sidebars/types').PropSidebarItemLink;
|
||||
export type PropSidebarItemHtml =
|
||||
import('./sidebars/types').PropSidebarItemHtml;
|
||||
export type PropSidebarItemCategory =
|
||||
import('./sidebars/types').PropSidebarItemCategory;
|
||||
export type PropSidebarItem = import('./sidebars/types').PropSidebarItem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue