From 01ecb4aa2370f343225f1a959ce38a2b95bee2b0 Mon Sep 17 00:00:00 2001 From: fisker <172584+fisker@users.noreply.github.com> Date: Fri, 31 Oct 2025 19:51:03 +0000 Subject: [PATCH] Update data --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 842405d..7b9752e 100644 --- a/index.d.ts +++ b/index.d.ts @@ -98,7 +98,7 @@ List of HTML event handler attributes. import htmlEventAttributes from "@prettier/html-event-attributes"; console.log(htmlEventAttributes); -//=> ['onafterprint', 'onauxclick', 'onbeforeinput', …] +//=> ['onabort', 'onafterprint', 'onauxclick', …] ``` */ declare const htmlEventAttributes: readonly HtmlEventAttributes[];