UNPKG

@textbus/editor

Version:

Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.

10 lines (9 loc) 446 B
import { ComponentInitData, ComponentInstance } from '@textbus/core'; import { ComponentLoader } from '@textbus/platform-browser'; export interface KatexComponentState { source: string; } export declare const katexComponent: import("@textbus/core").Component<ComponentInstance<{ render(): any; }, KatexComponentState, unknown>, ComponentInitData<KatexComponentState, unknown>>; export declare const katexComponentLoader: ComponentLoader;