mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-30 22:23:00 +00:00
feat(theme): add optional icon property to PropSidebarItemLink type
This commit is contained in:
parent
75e9502483
commit
9428b8a207
|
|
@ -199,6 +199,7 @@ export type PropSidebarItemCategory = Expand<
|
|||
export type PropSidebarItemLink = SidebarItemLink & {
|
||||
docId?: string;
|
||||
unlisted?: boolean;
|
||||
icon?: string;
|
||||
};
|
||||
|
||||
export type PropSidebarItemHtml = SidebarItemHtml;
|
||||
|
|
|
|||
Loading…
Reference in New Issue