UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

3 lines (2 loc) 108 B
import type { ComputedRef } from "vue"; export declare const useNavbarAutoHide: () => ComputedRef<boolean>;