mirror of
https://github.com/elk-zone/elk
synced 2024-11-27 22:38:11 +09:00
6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
import { InjectionKeyFontSize } from '~/constants/symbols'
|
|
|
|
export function useFontSizeRef() {
|
|
return inject(InjectionKeyFontSize)!
|
|
}
|