Skip to content

Commit

Permalink
Remove SimpleEventHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Hedger committed Jan 13, 2019
1 parent 20db579 commit 3496c75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/utils/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
declare module "@reach/utils" {
type SimpleEventHandler = (event: React.SyntheticEvent<T>) => void;

export const checkStyles: (pkg: string) => void;
export const wrapEvent: (
handler: React.ReactEventHandler<T>,
Expand Down

0 comments on commit 3496c75

Please sign in to comment.