change draft-js ariaLabelledBy type to string (#43815)

This commit is contained in:
Ian Sanders 2020-04-16 01:29:04 -04:00 committed by GitHub
parent 163fceac61
commit 5f1f721c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,7 @@ declare namespace Draft {
ariaDescribedBy?: string;
ariaExpanded?: boolean;
ariaLabel?: string;
ariaLabelledBy?: boolean;
ariaLabelledBy?: string;
ariaMultiline?: boolean;
ariaOwneeID?: string;