mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
refactor(core): fix types for client code (#6064)
This commit is contained in:
parent
f96a051fbe
commit
b4ec7ec011
10 changed files with 48 additions and 58 deletions
2
packages/docusaurus-types/src/index.d.ts
vendored
2
packages/docusaurus-types/src/index.d.ts
vendored
|
@ -442,3 +442,5 @@ export interface TOCItem {
|
|||
readonly children: TOCItem[];
|
||||
readonly level: number;
|
||||
}
|
||||
|
||||
export type RouteChunksTree = {[x: string | number]: string | RouteChunksTree};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue