Update html/index.d.ts

Co-authored-by: Lyu, Wei-Da <36730922+jasonlyu123@users.noreply.github.com>
pull/7649/head
Simon H 4 years ago committed by GitHub
parent a18c27cb29
commit c29e368237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
html/index.d.ts vendored

@ -282,7 +282,7 @@ export interface AriaAttributes {
*/
'aria-grabbed'?: Booleanish | undefined | null;
/** Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. */
'aria-haspopup'?: boolean | 'false' | 'true' | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog' | undefined | null;
'aria-haspopup'?: Booleanish | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog' | undefined | null;
/**
* Indicates whether the element is exposed to an accessibility API.
* @see aria-disabled.

Loading…
Cancel
Save