Skip to content

Commit

Permalink
[fix] Adding part HTML attribute to typings (#8182)
Browse files Browse the repository at this point in the history
fixes #8181
  • Loading branch information
creade committed Jan 10, 2023
1 parent f0dcf14 commit 7e6acbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elements/index.d.ts
Expand Up @@ -478,6 +478,7 @@ export interface HTMLAttributes<T extends EventTarget> extends AriaAttributes, D
hidden?: boolean | undefined | null;
id?: string | undefined | null;
lang?: string | undefined | null;
part?: string | undefined | null;
placeholder?: string | undefined | null;
slot?: string | undefined | null;
spellcheck?: Booleanish | undefined | null;
Expand Down

0 comments on commit 7e6acbe

Please sign in to comment.