UNPKG

@bfehub/vuepress-theme-vmi

Version:

Vmi theme of VuePress

7 lines (6 loc) 179 B
export interface ScrollPromise { wait(): Promise<void> | null; pending: () => void; resolve: () => void; } export declare const useScrollPromise: () => ScrollPromise;