{"version":3,"file":"constants.mjs","sources":["../../src/anchor/constants.ts"],"sourcesContent":["import { InjectionKey } from 'vue';\n\nexport const AnchorInjectionKey: InjectionKey<{\n  registerLink: (link: string) => void;\n  unregisterLink: (link: string) => void;\n  handleScrollTo: (link: string) => void;\n  handleLinkClick: (link: { href: string; title: string; e: MouseEvent }) => void;\n  active: string;\n}> = Symbol('AnchorInjectionProvide');\n"],"names":[],"mappings":";;;;;;AAEO,sCAAA,IAAA,kBAAA,GAAA,MAAA,CAAA,wBAAA;;;;"}