UNPKG

hirsun-vuepress-theme-hope-plus

Version:
4 lines (3 loc) 177 B
import type { ComputedRef } from "vue"; import type { EncryptConfig } from "../../../../shared/index.js"; export declare const useEncryptData: () => ComputedRef<EncryptConfig>;