export type KnownThirdPartyPlugins = /** * Plugins from VuePress Community * * @see https://vuepress-community.netlify.app/en/plugins/clean-urls/ */ | "vuepress-plugin-container" | "vuepress-plugin-copyright" | "vuepress-plugin-dehydrate" | "vuepress-plugin-git-log" | "vuepress-plugin-mathjax" | "vuepress-plugin-medium-zoom" | "vuepress-plugin-migrate" | "vuepress-plugin-named-chunks" | "vuepress-plugin-nprogress" | "vuepress-plugin-redirect" | "vuepress-plugin-serve" | "vuepress-plugin-smooth-scroll" | "vuepress-plugin-table-of-contents" | "vuepress-plugin-typescript" | "vuepress-plugin-zooming" /** * Other third-party plugins. */ | "vuepress-plugin-flowchart";