Skip to content

Commit

Permalink
feat(plugin-external-link-icon): add frontmatter type
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed May 22, 2022
1 parent 9e1dbf8 commit 964c308
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -3,3 +3,7 @@ import type { LocaleConfig } from '@vuepress/shared'
export type ExternalLinkIconLocales = LocaleConfig<{
openInNewWindow: string
}>

export interface ExternalLinkIconFrontmatter {
externalLinkIcon?: boolean
}

0 comments on commit 964c308

Please sign in to comment.