@textbus/editor
Version:
Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.
7 lines (6 loc) • 412 B
TypeScript
import { ComponentInitData, ComponentInstance, SlotRender, VElement } from '@textbus/core';
import { ComponentLoader } from '@textbus/platform-browser';
export declare const blockquoteComponent: import("@textbus/core").Component<ComponentInstance<{
render(slotRender: SlotRender): VElement;
}, unknown, any>, ComponentInitData<unknown, any>>;
export declare const blockquoteComponentLoader: ComponentLoader;