From 2342e42d01eef5805eab586b489e5b2f6f69c5f2 Mon Sep 17 00:00:00 2001 From: jdecroock Date: Thu, 1 Sep 2022 19:39:17 +0200 Subject: [PATCH] types --- hooks/src/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/src/index.d.ts b/hooks/src/index.d.ts index a8075115278..9e8a2c0ab81 100644 --- a/hooks/src/index.d.ts +++ b/hooks/src/index.d.ts @@ -138,4 +138,4 @@ export function useErrorBoundary( callback?: (error: any) => Promise | void ): [any, () => void]; -export function useId(): string; +export function useId(): string;