index.d.ts 115 B

1
  1. export default function accept(file: { name?: string, type?: string }, acceptedFiles: string | string[]): boolean;