UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

7 lines (6 loc) 279 B
import * as React from 'react'; import type { AnchorViewProps } from '../../web/react/cursor/AnchorView'; export declare const fadeInAnimation: string; export interface RenderAnchorProps extends AnchorViewProps { } export declare const RenderAnchor: React.FC<RenderAnchorProps>;