UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

7 lines 213 B
export interface ScrollPromise { wait(): Promise<void> | null; pending: () => void; resolve: () => void; } export declare const scrollPromise: ScrollPromise; //# sourceMappingURL=scrollPromise.d.ts.map