Definition of React NotifyContext context. Default value is undefined
React Component wrapping obtained children with NotifyContext provider, so useNotify can be called from any component in the children subtree. This is the only place where createNotifyContext is called. Internally it uses useEvents so it must be used under EventsProvider
React Hook for obtaining NotifyContext from any component under NotifyProvider.
Generated using TypeDoc
This file contains mix of React components and hooks useful for obtaining the NotifyContext from any component in the project.