Skip to content

Commit

Permalink
fix(types): allow DirectiveArguments third parameter to accept unde…
Browse files Browse the repository at this point in the history
…fined (#11540)
  • Loading branch information
Mini-ghost committed Aug 7, 2024
1 parent 7e75de0 commit 1058ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/directives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export type DirectiveArguments = Array<
| [Directive | undefined]
| [Directive | undefined, any]
| [Directive | undefined, any, string]
| [Directive | undefined, any, string, DirectiveModifiers]
| [Directive | undefined, any, string | undefined, DirectiveModifiers]
>

/**
Expand Down

0 comments on commit 1058ce8

Please sign in to comment.