2022-12-28 10:06:54 +09:00
|
|
|
import type { InjectionKey, Ref } from 'vue'
|
2022-12-29 21:26:08 +09:00
|
|
|
import type { FontSize } from '~/types'
|
2022-12-28 10:06:54 +09:00
|
|
|
|
|
|
|
export const InjectionKeyFontSize = Symbol('font-size') as InjectionKey<Ref<FontSize>>
|