UNPKG

@textbus/xnote

Version:

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

10 lines (9 loc) 257 B
import { Props } from '@viewfly/core'; export interface PopupProps extends Props { left: number; top: number; } export declare function Popup(props: PopupProps): { $portalHost: HTMLElement; $render: () => import("@viewfly/core").JSXNode; };