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 3c9bb39218
commit d6125903c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
html/index.d.ts vendored

@ -243,7 +243,7 @@ export interface AriaAttributes {
*/
'aria-controls'?: string | undefined | null;
/** Indicates the element that represents the current item within a container or set of related elements. */
'aria-current'?: boolean | 'false' | 'true' | 'page' | 'step' | 'location' | 'date' | 'time' | undefined | null;
'aria-current'?: Booleanish | 'page' | 'step' | 'location' | 'date' | 'time' | undefined | null;
/**
* Identifies the element (or elements) that describes the object.
* @see aria-labelledby

Loading…
Cancel
Save