1
0
mirror of https://github.com/elk-zone/elk synced 2025-01-19 22:02:50 +09:00
elk/constants/symbols.ts

5 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>>