From c59382ee03c1873bc8e8a6adadb903deda802948 Mon Sep 17 00:00:00 2001 From: Jose Manuel Serrano Amaut <a20122128@pucp.pe> Date: Tue, 14 Mar 2023 01:13:12 -0500 Subject: [PATCH] [REF]: Add CustomValidationResponse type to files-ui/react index: --- src/files-ui/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files-ui/index.ts b/src/files-ui/index.ts index ed04b69..b37d1a7 100644 --- a/src/files-ui/index.ts +++ b/src/files-ui/index.ts @@ -31,4 +31,4 @@ export { useFakeProgress } from "./hooks"; export { createListOfMultiTypeFile, uploadFile, uploadFormData, uploadExtFile, ExtFileInstance, ExtFileManager } from "./core"; -export type { ExtFile, ExtFileListMap, UPLOADSTATUS, Localization, ServerResponse, UploadResponse, UploadConfig } from "./core"; \ No newline at end of file +export type { ExtFile, ExtFileListMap, UPLOADSTATUS, Localization, ServerResponse, UploadResponse, UploadConfig, CustomValidateFileResponse } from "./core"; \ No newline at end of file -- GitLab