UNPKG

@nolebase/vitepress-plugin-page-properties

Version:

A VitePress plugin that renders frontmatter as page properties, and makes them editable.

4 lines (3 loc) 166 B
import type { InjectionKey as VueInjectionKey } from 'vue'; import type { Options } from './types'; export declare const InjectionKey: VueInjectionKey<Options<any>>;