JPTeasdale

Results 2 issues of JPTeasdale

Include reference to the typescript definitions in DefinitlyTyped Depends on: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/60262

enhancement

This is in order to support custom typing of the `useTranslations` return function to enforce translation key validity: IE: ``` import {useTranslations as useFusionTranslations} from 'fusion-plugin-i18n-react'; import type {TranslationKey} from...

WIP