Skip to content

Commit

Permalink
Remove deprecated OnError type
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 8, 2023
1 parent d9eaf7f commit 88969a4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dev/index.d.ts
Expand Up @@ -13,12 +13,6 @@ export type {
Value
} from './lib/index.js'

/**
* Deprecated: use `OnEnterError`.
*/
// To do: next major: remove.
export type OnError = OnEnterError

/**
* Interface of tracked data.
*
Expand Down

0 comments on commit 88969a4

Please sign in to comment.