const contentNavGlobalKey = 'contentNav-global'; export const contentNavSymbol = Symbol() as InjectionKey<{ shortContentId: ComputedRef; shortBookId: ComputedRef; showBookNav: Ref; }>;