UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

7 lines 219 B
import type { Ref } from "vue"; export interface WindowSizeRef { isMobile: Ref<boolean>; isPC: Ref<boolean>; } export declare const useWindowSize: () => WindowSizeRef; //# sourceMappingURL=useWindowSize.d.ts.map