chore: remove missing type

pull/3802/head
Divyansh Singh 3 months ago
parent 3831204b1c
commit 469ff3841e

@ -1,6 +1,6 @@
import type MarkdownIt from 'markdown-it'
import type { Options as MiniSearchOptions } from 'minisearch'
import type { ComputedRef, Ref } from 'vue'
import type { ComputedRef, Ref, ShallowRef } from 'vue'
import type { DocSearchProps } from './docsearch.js'
import type {
LocalSearchTranslations,
@ -372,7 +372,7 @@ export namespace DefaultTheme {
/**
* The outline headers of the current page.
*/
headers: ShallowRef<MenuItem[]>
headers: ShallowRef<any>
/**
* Whether the current page has a local nav. Local nav is shown when the

Loading…
Cancel
Save