UNPKG

vuepress-theme-ccds-test

Version:

This is an anime blog theme based on vuepress, the theme is simple, colorful, versatile, and supports customization, providing multiple components to set the theme

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