We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd3bff commit 3553090Copy full SHA for 3553090
docs/.vitepress/gettext.d.ts
@@ -1,5 +1,6 @@
1
-export {};
2
-declare module "@vue/runtime-core" {
+import "vue";
+
3
+declare module "vue" {
4
interface ComponentCustomProperties {
5
__: ComponentCustomProperties["$gettext"];
6
_x: ComponentCustomProperties["$pgettext"];
0 commit comments