UNPKG

@starzkg/vuepress-plugin-page-info

Version:
8 lines (7 loc) 230 B
import { ThemeData } from '@vuepress/plugin-theme-data'; import { PageInfoOptions } from './options'; export interface CommentPluginThemeData extends ThemeData { plugins?: { comment?: PageInfoOptions | false; }; }