Improve docs
This commit is contained in:
parent
2a4b5dd496
commit
077ba9416a
6 changed files with 23 additions and 162 deletions
|
|
@ -16,9 +16,6 @@ export interface TextWithCursors {
|
|||
cursors: null | undefined | CursorPosition[];
|
||||
}
|
||||
|
||||
/**
|
||||
* Represents a cursor position with a unique identifier.
|
||||
*/
|
||||
export interface CursorPosition {
|
||||
/** Unique identifier for the cursor */
|
||||
id: number;
|
||||
|
|
@ -42,9 +39,6 @@ export interface SpanWithHistory {
|
|||
history: History;
|
||||
}
|
||||
|
||||
/**
|
||||
* Supported tokenizer types for text processing.
|
||||
*/
|
||||
export type Tokenizer = "word" | "character";
|
||||
|
||||
let isInitialised = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue