import type { InjectionKey, Ref } from 'vue' export type TimeLineContext = { showLine: Ref } export const timeLineKey: InjectionKey = Symbol('timeLineKey')