Fixed #2852 - Editor | selection-change typing error
parent
f2a554cf3d
commit
5471118064
|
@ -96,7 +96,7 @@ export declare type EditorEmits = {
|
||||||
* Callback to invoke when selection of the text changes.
|
* Callback to invoke when selection of the text changes.
|
||||||
* @param {EditorSelectionChangeEvent} event - Custom selection change event.
|
* @param {EditorSelectionChangeEvent} event - Custom selection change event.
|
||||||
*/
|
*/
|
||||||
'selection-change': (event: EditorTextChangeEvent) => void;
|
'selection-change': (event: EditorSelectionChangeEvent) => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
declare class Editor extends ClassComponent<EditorProps, EditorSlots, EditorEmits> { }
|
declare class Editor extends ClassComponent<EditorProps, EditorSlots, EditorEmits> { }
|
||||||
|
|
Loading…
Reference in New Issue