From b751f0edef64b3a11e753a75db4ce05d0cb84f5b Mon Sep 17 00:00:00 2001 From: Songhn Date: Tue, 31 Jan 2023 02:35:15 +0800 Subject: [PATCH] fix: improve types --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index fdb510dc..213aad8a 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -327,7 +327,7 @@ export interface FilePondServerConfigProps { * See: https://pqina.nl/filepond/docs/patterns/api/filepond-object/#setting-initial-files * @default [] */ - files?: Array; + files?: Array; } export interface FilePondDragDropProps {