Skip to content

Commit

Permalink
chore: remove missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Apr 15, 2024
1 parent 3831204 commit 469ff38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/default-theme.d.ts
@@ -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,
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 469ff38

Please sign in to comment.