mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
change draft-js ariaLabelledBy type to string (#43815)
This commit is contained in:
parent
163fceac61
commit
5f1f721c53
2
types/draft-js/index.d.ts
vendored
2
types/draft-js/index.d.ts
vendored
@ -156,7 +156,7 @@ declare namespace Draft {
|
||||
ariaDescribedBy?: string;
|
||||
ariaExpanded?: boolean;
|
||||
ariaLabel?: string;
|
||||
ariaLabelledBy?: boolean;
|
||||
ariaLabelledBy?: string;
|
||||
ariaMultiline?: boolean;
|
||||
ariaOwneeID?: string;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user