UNPKG

vuepress-plugin-coze

Version:

为Vuepress静态站点提供在线发布,编辑说说功能,支持图片上传,点赞,评论,用户登录,注册等功能 Provide online publishing, editing and talking functions for Vuepress static sites, support image upload, like, comment, user login, registration and other functions

5 lines (4 loc) 308 B
import type { ThemeDataRef, ThemeLocaleDataRef } from '@vuepress/plugin-theme-data/lib/client'; import type { DefaultThemeData } from '../../shared'; export declare const useThemeData: () => ThemeDataRef<DefaultThemeData>; export declare const useThemeLocaleData: () => ThemeLocaleDataRef<DefaultThemeData>;