/** * Comprueba si un archivo cumple el atributo `accept` del input (extensiones o MIME). * * @param accept Lista separada por comas, p. ej. `.png,.jpg,.pdf` o `image/png,image/jpeg`. */ export declare function fileMatchesAccept(file: File, accept: string): boolean; //# sourceMappingURL=matchesAccept.d.ts.map