add type to onTransaction
This commit is contained in:
@@ -18,7 +18,7 @@ export interface EditorOptions {
|
||||
editable: boolean,
|
||||
onInit: () => void,
|
||||
onUpdate: () => void,
|
||||
onTransaction: () => void,
|
||||
onTransaction: (props: { transaction: Transaction }) => void,
|
||||
onFocus: (props: { event: FocusEvent }) => void,
|
||||
onBlur: (props: { event: FocusEvent }) => void,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user