Files
med-notes/.pnpm-store/v10/files/7d/5d0d472419177847ed8985ffedfb9c24dce3f084851a237ab06ddfc51c530595c6ecb15ef0122cf1b844b290cc3126b49864dd7f2abbc2ce829b8dc5896f37
2025-05-09 05:30:08 +02:00

20 lines
506 B
Plaintext

export class EditorToolbar {
static "__#3@#l10nRemove": null;
static "__#3@#pointerDown"(e: any): void;
constructor(editor: any);
render(): HTMLDivElement;
get div(): null;
hide(): void;
show(): void;
addAltText(altText: any): Promise<void>;
addColorPicker(colorPicker: any): void;
remove(): void;
#private;
}
export class HighlightToolbar {
constructor(uiManager: any);
show(parent: any, boxes: any, isLTR: any): void;
hide(): void;
#private;
}