UNPKG

@chatui/core

Version:

The React library for Chatbot UI

9 lines (8 loc) 234 B
import React from 'react'; export interface FileCardProps { className?: string; file: File; extension?: string; children?: React.ReactNode; } export declare const FileCard: (props: FileCardProps) => React.JSX.Element;