UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

11 lines 464 B
import type { BlogTypeData } from "@vuepress/plugin-blog/client"; import type { ComputedRef, InjectionKey } from "vue"; import type { ArticleInfoData } from "../../../shared/index.js"; export type StarsRef = ComputedRef<BlogTypeData<ArticleInfoData>>; export declare const starsSymbol: InjectionKey<StarsRef>; /** * Inject stars */ export declare const useStars: () => StarsRef; export declare const setupStars: () => void; //# sourceMappingURL=useStars.d.ts.map