Added prop annotations
This commit is contained in:
parent
e02768606a
commit
35854b65d8
@ -117,7 +117,7 @@ type KeyData = {
|
||||
<Editor
|
||||
key={this.props.starred}
|
||||
ref={ref => (this.editor = ref)}
|
||||
placeholder="Start with a title…"
|
||||
placeholder="Start with a title..."
|
||||
className={cx(styles.editor, { readOnly: this.props.readOnly })}
|
||||
schema={this.schema}
|
||||
plugins={this.plugins}
|
||||
|
Reference in New Issue
Block a user