From 1a2241c40e10193c5ff7008a7b7b36cc1d855d96 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Tue, 25 Mar 2025 15:55:45 +0900 Subject: initial commit --- types/react-file-pond.d.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 types/react-file-pond.d.ts (limited to 'types/react-file-pond.d.ts') diff --git a/types/react-file-pond.d.ts b/types/react-file-pond.d.ts new file mode 100644 index 00000000..1f64884b --- /dev/null +++ b/types/react-file-pond.d.ts @@ -0,0 +1,7 @@ +declare module "react-file-pond" { + import * as React from "react"; + import type { FilePondOptions } from "filepond"; + + export class FilePond extends React.Component {} + export function registerPlugin(...plugins: any[]): void; + } \ No newline at end of file -- cgit v1.2.3