UNPKG

@starzkg/vuepress-plugin-page-info

Version:
5 lines (4 loc) 185 B
import type { Plugin } from '@vuepress/core'; import type { PageInfoOptions } from '../shared'; export * from '../shared'; export declare const pageInfoPlugin: Plugin<PageInfoOptions>;