mirror of
https://github.com/elk-zone/elk.git
synced 2025-01-08 12:57:21 +03:00
4 lines
173 B
TypeScript
4 lines
173 B
TypeScript
import type { InjectionKey, Ref } from 'vue'
|
|
import type { FontSize } from '~/types'
|
|
|
|
export const InjectionKeyFontSize = Symbol('font-size') as InjectionKey<Ref<FontSize>>
|