UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

7 lines (6 loc) 257 B
import * as React from 'react'; import type { InlineViewProps } from '../../web/react/InlineView'; export interface RenderInlineProps extends InlineViewProps { children: React.ReactNode; } export declare const RenderInline: React.FC<RenderInlineProps>;