UNPKG

collaborative-ui

Version:

React component library for building real-time collaborative editing applications.

6 lines (5 loc) 160 B
import * as React from 'react'; export interface BackgroundProps { children: React.ReactNode; } export declare const Background: React.FC<BackgroundProps>;