UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

6 lines (5 loc) 102 B
export interface EncryptStatus { isEncrypted: boolean; isLocked: boolean; hint: string; }