UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

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