UNPKG

@textbus/xnote

Version:

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

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