Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e6acbe

Browse files
authored
[fix] Adding part HTML attribute to typings (#8182)
fixes #8181
1 parent f0dcf14 commit 7e6acbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elements/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ export interface HTMLAttributes<T extends EventTarget> extends AriaAttributes, D
478478
hidden?: boolean | undefined | null;
479479
id?: string | undefined | null;
480480
lang?: string | undefined | null;
481+
part?: string | undefined | null;
481482
placeholder?: string | undefined | null;
482483
slot?: string | undefined | null;
483484
spellcheck?: Booleanish | undefined | null;

0 commit comments

Comments
 (0)