Skip to content

Commit

Permalink
Add back util types
Browse files Browse the repository at this point in the history
Fixes #850
  • Loading branch information
simonihmig committed Jun 18, 2021
1 parent 505560c commit 2877434
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/util/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export function ensureSafeComponent(
component: unknown,
thingWithOwner: unknown
): unknown;

0 comments on commit 2877434

Please sign in to comment.