UNPKG

tdesign-vue-next

Version:
13 lines (12 loc) 360 B
import { InjectionKey } from 'vue'; export declare const AnchorInjectionKey: InjectionKey<{ registerLink: (link: string) => void; unregisterLink: (link: string) => void; handleScrollTo: (link: string) => void; handleLinkClick: (link: { href: string; title: string; e: MouseEvent; }) => void; active: string; }>;