UNPKG

@textbus/xnote

Version:

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

7 lines (6 loc) 412 B
import { ViewComponentProps } from '@textbus/adapter-viewfly'; import { ComponentLoader } from '@textbus/platform-browser'; import './table.component.scss'; import { TableComponent } from './table.component'; export declare const TableComponentView: (props: ViewComponentProps<TableComponent>) => () => import("@viewfly/core/jsx-runtime").JSX.Element; export declare const tableComponentLoader: ComponentLoader;