Simon Green 4 months ago committed by GitHub
parent 8faa178cd7
commit f124d19dd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -771,7 +771,7 @@ export interface HTMLAttributes<T extends EventTarget> extends AriaAttributes, D
title?: string | undefined | null;
translate?: 'yes' | 'no' | '' | undefined | null;
inert?: boolean | undefined | null;
popover?: 'auto' | 'manual' | '' | undefined | null;
popover?: 'auto' | 'manual' | 'hint' | '' | undefined | null;
writingsuggestions?: Booleanish | undefined | null;
// Unknown

Loading…
Cancel
Save