UNPKG

@vuepress/plugin-external-link-icon

Version:

VuePress plugin - external link icon

8 lines (7 loc) 221 B
import type { LocaleConfig } from '@vuepress/shared'; export type ExternalLinkIconLocales = LocaleConfig<{ openInNewWindow: string; }>; export interface ExternalLinkIconFrontmatter { externalLinkIcon?: boolean; }