UNPKG

collaborative-ui

Version:

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

8 lines (7 loc) 215 B
import * as React from 'react'; export interface CardHeaderProps { title?: React.ReactNode; left?: React.ReactNode; right?: React.ReactNode; } export declare const CardHeader: React.FC<CardHeaderProps>;