We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3831204 commit 469ff38Copy full SHA for 469ff38
types/default-theme.d.ts
@@ -1,6 +1,6 @@
1
import type MarkdownIt from 'markdown-it'
2
import type { Options as MiniSearchOptions } from 'minisearch'
3
-import type { ComputedRef, Ref } from 'vue'
+import type { ComputedRef, Ref, ShallowRef } from 'vue'
4
import type { DocSearchProps } from './docsearch.js'
5
import type {
6
LocalSearchTranslations,
@@ -372,7 +372,7 @@ export namespace DefaultTheme {
372
/**
373
* The outline headers of the current page.
374
*/
375
- headers: ShallowRef<MenuItem[]>
+ headers: ShallowRef<any>
376
377
378
* Whether the current page has a local nav. Local nav is shown when the
0 commit comments