UNPKG

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

3 lines (2 loc) 88 B
import type { Ref } from 'vue'; export declare const useDarkMode: () => Ref<boolean>;