UNPKG

@chatui/core

Version:

The React library for Chatbot UI

8 lines (7 loc) 182 B
import React from 'react'; export interface FileCardProps { className?: string; file: File; extension?: string; } export declare const FileCard: React.FC<FileCardProps>;