UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

4 lines 225 B
import type { ComputedRef } from "vue"; import type { EncryptConfig } from "../../../../shared/index.js"; export declare const useEncryptConfig: () => ComputedRef<EncryptConfig>; //# sourceMappingURL=useEncryptConfig.d.ts.map