import type { InjectionKey, Ref } from 'vue' import type { ColorMode, FontSize } from '~/types' export const InjectionKeyFontSize = Symbol('font-size') as InjectionKey> export const InjectionKeyColorMode = Symbol('color-mode') as InjectionKey>