mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
Bundled output for commit d72b8b8d8e
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
@@ -3,8 +3,8 @@ import ItemList from './ItemList';
|
||||
export default class BasicEditorDriver implements EditorDriverInterface {
|
||||
el: HTMLTextAreaElement;
|
||||
constructor(dom: HTMLElement, params: EditorDriverParams);
|
||||
build(dom: HTMLElement, params: EditorDriverParams): void;
|
||||
keyHandlers(params: EditorDriverParams): ItemList;
|
||||
protected build(dom: HTMLElement, params: EditorDriverParams): void;
|
||||
protected keyHandlers(params: EditorDriverParams): ItemList<(e: KeyboardEvent) => void>;
|
||||
moveCursorTo(position: number): void;
|
||||
getSelectionRange(): Array<number>;
|
||||
getLastNChars(n: number): string;
|
||||
|
Reference in New Issue
Block a user