UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

7 lines 239 B
import { computed } from "vue"; import { useThemeData } from "./useThemeData.js"; export const usePure = () => { const theme = useThemeData(); return computed(() => Boolean(theme.value.pure)); }; //# sourceMappingURL=usePure.js.map