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 2d9e124 commit 7f09c2dCopy full SHA for 7f09c2d
1 file changed
packages/macro/index.d.ts
@@ -3,7 +3,7 @@ import type { MessageDescriptor } from "@lingui/core"
3
import type { TransRenderProps } from "@lingui/react"
4
5
export function t(
6
- literals: TemplateStringsArray,
+ literals: TemplateStringsArray | MessageDescriptor,
7
...placeholders: any[]
8
): string
9
0 commit comments