UNPKG

swr

Version:

React Hooks library for remote data fetching

7 lines (5 loc) 220 B
declare const FOCUS_EVENT = 0; declare const RECONNECT_EVENT = 1; declare const MUTATE_EVENT = 2; declare const ERROR_REVALIDATE_EVENT = 3; export { ERROR_REVALIDATE_EVENT, FOCUS_EVENT, MUTATE_EVENT, RECONNECT_EVENT };