UNPKG

@neosjs/vitepress-theme

Version:

NeosJS VitePress theme

11 lines (10 loc) 203 B
export declare function usePrevNext(): import("vue").ComputedRef<{ prev?: { text?: string; link?: string; }; next?: { text?: string; link?: string; }; }>;