{"version":3,"file":"constants.mjs","sources":["../../../../../../packages/components/anchor/src/constants.ts"],"sourcesContent":["import type { InjectionKey, Ref } from 'vue'\r\n\r\nexport type AnchorContext = {\r\n  activeLink: Ref<string>\r\n  addLink: (href: string, element) => void\r\n  removeLink: (href: string) => void\r\n  handleClick: (e: Event, info: { title: any, href: string }) => void\r\n}\r\n\r\nexport const AnchorContextKey: InjectionKey<AnchorContext> = Symbol('AnchorContextKey')!\r\n"],"names":[],"mappings":"AAAY,MAAC,gBAAgB,GAAG,MAAM,CAAC,kBAAkB;;;;"}