Kind: Component
Source: atloria-monorepo/apps/web/src/components/Parser/FileUpload.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
onFileSelect | Function | ✓ | - |
accept | string | - | ".ts,.tsx,.js,.jsx,.py" |
maxSize | number | - | unknown |
className | string | - | "" |
Diagram
mermaidgraph TD component_FileUpload_7bfea7be["FileUpload"] class component_FileUpload_7bfea7be rootComponent
Relationships
- USES_HOOK →
useState - USES_HOOK →
useCallback
Was this page helpful?