We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b641922 commit f800756Copy full SHA for f800756
src/types.ts
@@ -1,3 +1,4 @@
1
+import { CustomStateSet } from "./CustomStateSet";
2
import { ElementInternals } from "./element-internals";
3
4
export interface IAom {
@@ -51,6 +52,7 @@ export interface IElementInternals extends IAom {
51
52
anchor?: HTMLElement
53
) => void;
54
shadowRoot: ShadowRoot;
55
+ states: CustomStateSet;
56
validationMessage: string;
57
validity: globalThis.ValidityState;
58
willValidate: boolean;
0 commit comments