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 8edcf38 commit 2cb6623Copy full SHA for 2cb6623
index.d.ts
@@ -98,7 +98,7 @@ List of HTML event handler attributes.
98
import htmlEventAttributes from "@prettier/html-event-attributes";
99
100
console.log(htmlEventAttributes);
101
-//=> ['onafterprint', 'onauxclick', 'onbeforeinput', …]
+//=> ['onabort', 'onafterprint', 'onauxclick', …]
102
```
103
*/
104
declare const htmlEventAttributes: readonly HtmlEventAttributes[];
0 commit comments