[fix] Adding part HTML attribute to typings (#8182)

fixes #8181
pull/8190/head
Chris Reade 2 years ago committed by GitHub
parent f0dcf1416c
commit 7e6acbece3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save