Skip to content

Commit f800756

Browse files
committedMay 27, 2021
fix: add states to interface
1 parent b641922 commit f800756

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/types.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { CustomStateSet } from "./CustomStateSet";
12
import { ElementInternals } from "./element-internals";
23

34
export interface IAom {
@@ -51,6 +52,7 @@ export interface IElementInternals extends IAom {
5152
anchor?: HTMLElement
5253
) => void;
5354
shadowRoot: ShadowRoot;
55+
states: CustomStateSet;
5456
validationMessage: string;
5557
validity: globalThis.ValidityState;
5658
willValidate: boolean;

0 commit comments

Comments
 (0)
Please sign in to comment.