UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

5 lines (4 loc) 280 B
export declare function hightLightFn(curHashName: string | null): void; export declare function scrollToControl(elem: HTMLElement, container: HTMLElement): void; export declare const setActiveLink: (timeId?: string | undefined) => void; export declare const onScroll: () => void;