[fix] Adding part HTML attribute to typings, fixing #8181

pull/8182/head
Chris Reade 4 years ago committed by GitHub
parent f0dcf1416c
commit 2c7c43c703
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