We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce5b98 commit 0c49831Copy full SHA for 0c49831
types/vnode.d.ts
@@ -69,7 +69,7 @@ export interface VNodeDirective {
69
name: string;
70
value?: any;
71
oldValue?: any;
72
- expression?: any;
+ expression?: string;
73
arg?: string;
74
oldArg?: string;
75
modifiers?: { [key: string]: boolean };
0 commit comments