We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1554cf commit 2069458Copy full SHA for 2069458
packages/shared/src/types.ts
@@ -20,7 +20,7 @@ type ResolveResourceKeys<
20
> = SchemaPaths | DefineMessagesPaths
21
22
/**
23
- * The translation function, which will be defined by {@link useTranslation}.
+ * The translation function, which will be defined by translation
24
*/
25
export interface TranslationFunction<
26
Schema extends Record<string, any> = {}, // eslint-disable-line @typescript-eslint/no-explicit-any -- NOTE(kazupon): generic type
0 commit comments