Skip to content

Commit 469ff38

Browse files
committed
chore: remove missing type
1 parent 3831204 commit 469ff38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: types/default-theme.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type MarkdownIt from 'markdown-it'
22
import type { Options as MiniSearchOptions } from 'minisearch'
3-
import type { ComputedRef, Ref } from 'vue'
3+
import type { ComputedRef, Ref, ShallowRef } from 'vue'
44
import type { DocSearchProps } from './docsearch.js'
55
import type {
66
LocalSearchTranslations,
@@ -372,7 +372,7 @@ export namespace DefaultTheme {
372372
/**
373373
* The outline headers of the current page.
374374
*/
375-
headers: ShallowRef<MenuItem[]>
375+
headers: ShallowRef<any>
376376

377377
/**
378378
* Whether the current page has a local nav. Local nav is shown when the

0 commit comments

Comments
 (0)