We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8dac3 commit 28c1df1Copy full SHA for 28c1df1
‎types/twig/index.d.ts‎
@@ -22,6 +22,7 @@ declare namespace Twig {
22
base?: any;
23
path?: any;
24
href?: any;
25
+ ref?: any;
26
name?: any;
27
method?: any;
28
options?: any;
‎types/twig/twig-tests.ts‎
@@ -14,6 +14,7 @@ const params: twig.Parameters = {
14
name: value,
15
options: value,
16
href: value,
17
+ ref: value,
18
async: value,
19
};
20
0 commit comments