import React from 'react';
import { motion } from 'framer-motion';
import { Upload, FileText, Clipboard } from 'lucide-react';
const FileUploader = ({
getRootProps,
getInputProps,
isDragActive,
onFileSelect,
fileInputRef,
onFileChange
}) => {
const uploadMethods = [
{
id: 'drag',
icon:
{isDragActive ? 'Release to process your document' : 'Drag & drop files or click to browse'}
Supported: PDF, HTML, PNG, JPG, JPEG