UNPKG

@hyper-fetch/react

Version:

React hooks and utils for the hyper-fetch

5 lines (4 loc) 157 B
export type UseEmitterOptionsType = { /** When true (default), only re-renders when accessed state properties change */ dependencyTracking?: boolean; };