Skip to content

Commit 3553090

Browse files
author
Leo Zurbriggen
committed
fix global types
1 parent fdd3bff commit 3553090

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/.vitepress/gettext.d.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
export {};
2-
declare module "@vue/runtime-core" {
1+
import "vue";
2+
3+
declare module "vue" {
34
interface ComponentCustomProperties {
45
__: ComponentCustomProperties["$gettext"];
56
_x: ComponentCustomProperties["$pgettext"];

0 commit comments

Comments
 (0)