UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

6 lines (5 loc) 222 B
import * as React from 'react'; import type { RenderBlockProps } from '../RenderBlock'; export interface LeafBlockFrameProps extends RenderBlockProps { } export declare const LeafBlockFrame: React.FC<LeafBlockFrameProps>;