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;