UNPKG

expense-manager-react

Version:

A comprehensive expense tracking application built with React, TypeScript, and Supabase

6 lines (5 loc) 282 B
import { default as React, InputHTMLAttributes } from 'react'; export interface FileInputProps extends InputHTMLAttributes<HTMLInputElement> { id: string; } export declare const FileInput: React.ForwardRefExoticComponent<FileInputProps & React.RefAttributes<HTMLInputElement>>;