Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Sep 1, 2022
1 parent 511ebe1 commit 2342e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/src/index.d.ts
Expand Up @@ -138,4 +138,4 @@ export function useErrorBoundary(
callback?: (error: any) => Promise<void> | void
): [any, () => void];

export function useId<T>(): string;
export function useId(): string;

0 comments on commit 2342e42

Please sign in to comment.