@textbus/editor
Version:
Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.
17 lines (16 loc) • 403 B
TypeScript
export declare class Layout {
container: HTMLElement;
middle: HTMLElement;
workbench: HTMLElement;
scroller: HTMLElement;
get top(): HTMLElement;
get bottom(): HTMLElement;
private _top;
private _bottom;
private isAppendTop;
private isAppendBottom;
private sub;
constructor(autoHeight?: boolean);
setTheme(theme: string): void;
destroy(): void;
}