Skip to content

Commit 61304a8

Browse files
committed
docs: update
1 parent ef36fbc commit 61304a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/@intlify/vue-i18n-extensions-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Translation signature resolver
146146

147147
**Signature:**
148148
```typescript
149-
type TranslationSignatureResolver = (context: TransformContext) => string;
149+
type TranslationSignatureResolver = (context: TransformContext, baseResolver: (context: TransformContext, signature: string) => string | undefined) => string | undefined;
150150
```
151151

152152
#### Remarks

0 commit comments

Comments
 (0)