We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DirectiveArguments
1 parent 7e75de0 commit 1058ce8Copy full SHA for 1058ce8
packages/runtime-core/src/directives.ts
@@ -78,7 +78,7 @@ export type DirectiveArguments = Array<
78
| [Directive | undefined]
79
| [Directive | undefined, any]
80
| [Directive | undefined, any, string]
81
- | [Directive | undefined, any, string, DirectiveModifiers]
+ | [Directive | undefined, any, string | undefined, DirectiveModifiers]
82
>
83
84
/**
0 commit comments