vuepress-theme-ccds-test
Version:
This is an anime blog theme based on vuepress, the theme is simple, colorful, versatile, and supports customization, providing multiple components to set the theme
5 lines (4 loc) • 312 B
TypeScript
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>;