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 bcf8302 commit db581d5Copy full SHA for db581d5
attributes.ts
@@ -47,7 +47,10 @@ type customDefaultAttributeValues = {
47
"stylesheet": string|URL|null,
48
"shadow-root": boolean|'open'|'closed',
49
"datex-pointer": boolean,
50
- "datex-update": "onchange"|"onsubmit"
+ "datex-update": "onchange"|"onsubmit",
51
+
52
+ // native non string attrs
53
+ "popover": "auto" | "manual" | "hint" | boolean,
54
}
55
56
export type validHTMLElementAttrs<El extends HTMLElement> = {
0 commit comments