refactor: split DocSidebarItem by item type (#7005)

This commit is contained in:
Sébastien Lorber 2022-03-25 18:59:31 +01:00 committed by GitHub
parent 2dea99b5c8
commit 2964e6f65d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 354 additions and 263 deletions

View file

@ -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;