Skip to content

Commit

Permalink
Merge pull request #863 from simonihmig/util-types
Browse files Browse the repository at this point in the history
Add back util types
  • Loading branch information
ef4 committed Jun 18, 2021
2 parents 505560c + 2877434 commit acdc91c
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 acdc91c

Please sign in to comment.