UNPKG

@textbus/xnote

Version:

A high-performance rich text editor that supports multiplayer online collaboration.

7 lines (6 loc) 405 B
import { ViewComponentProps } from '@textbus/adapter-viewfly'; import { ComponentLoader } from '@textbus/platform-browser'; import { StepComponent } from './step.component'; import './step.component.scss'; export declare function StepComponentView(props: ViewComponentProps<StepComponent>): () => import("@viewfly/core/jsx-runtime").JSX.Element; export declare const stepComponentLoader: ComponentLoader;