UNPKG

@starzkg/vuepress-plugin-live2d-widget

Version:
4 lines (3 loc) 204 B
import type { Plugin } from '@vuepress/core'; import type { Live2dWidgetPluginOptions } from '../shared/index.js'; export declare const live2dWidgetPlugin: (options: Live2dWidgetPluginOptions) => Plugin;