chore: remove missing type

pull/3802/head
Divyansh Singh 1 year ago
parent 3831204b1c
commit 469ff3841e

@ -1,6 +1,6 @@
import type MarkdownIt from 'markdown-it' import type MarkdownIt from 'markdown-it'
import type { Options as MiniSearchOptions } from 'minisearch' 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 { DocSearchProps } from './docsearch.js'
import type { import type {
LocalSearchTranslations, LocalSearchTranslations,
@ -372,7 +372,7 @@ export namespace DefaultTheme {
/** /**
* The outline headers of the current page. * 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 * Whether the current page has a local nav. Local nav is shown when the

Loading…
Cancel
Save