mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
Merge pull request #32016 from brunoMaurice/master
Fix typo on "readOnly" props for react-draft-wysiwyg
This commit is contained in:
Vendored
+2
-1
@@ -1,6 +1,7 @@
|
||||
// Type definitions for react-draft-wysiwyg 1.12
|
||||
// Project: https://github.com/jpuri/react-draft-wysiwyg#readme
|
||||
// Definitions by: imechZhangLY <https://github.com/imechZhangLY>
|
||||
// brunoMaurice <https://github.com/brunoMaurice>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
@@ -51,7 +52,7 @@ export interface EditorProps {
|
||||
mention?: object;
|
||||
hashtag?: object;
|
||||
textAlignment?: string;
|
||||
readonly?: boolean;
|
||||
readOnly?: boolean;
|
||||
tabIndex?: number;
|
||||
placeholder?: string;
|
||||
ariaLabel?: string;
|
||||
|
||||
Reference in New Issue
Block a user