UNPKG

collaborative-ui

Version:

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

6 lines (5 loc) 164 B
import * as React from 'react'; export interface DownloadButtonProps { filename?: string; } export declare const DownloadButton: React.FC<DownloadButtonProps>;