UNPKG

@textbus/editor

Version:

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

11 lines (10 loc) 524 B
import { ComponentInitData, ComponentInstance, VElement } from '@textbus/core'; import { ComponentLoader } from '@textbus/platform-browser'; export interface AlertComponentState { type: string; fill: boolean; } export declare const alertComponent: import("@textbus/core").Component<ComponentInstance<{ render(slotRender: import("@textbus/core").SlotRender): VElement; }, AlertComponentState, unknown>, ComponentInitData<AlertComponentState, unknown>>; export declare const alertComponentLoader: ComponentLoader;