Skip to content

Commit

Permalink
Update utils.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Sep 1, 2023
1 parent 2347f23 commit af40f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/lib/utils/utils.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,5 @@ export type PassThroughType<T, O> =
| null
| undefined
| {
[key: string]: any;
};
[key: string]: any;
};

0 comments on commit af40f2a

Please sign in to comment.