import { InjectionKey, Ref } from 'vue' export type SlideScale = Ref export type SlideId = Ref export const injectKeySlideScale: InjectionKey = Symbol() export const injectKeySlideId: InjectionKey = Symbol()