UNPKG

samagra-chatui

Version:
7 lines (6 loc) 203 B
import React from 'react'; export interface CardContentProps { className?: string; children?: React.ReactNode; } export declare const CardContent: (props: CardContentProps) => React.JSX.Element;