Package Exports
- @acoustic-content-sdk/react-redux-hooks
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@acoustic-content-sdk/react-redux-hooks) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
API constants for React contexts.
Home > @acoustic-content-sdk/react-redux-hooks
react-redux-hooks package
API constants for React contexts.
Variables
| Variable | Description |
|---|---|
| VERSION | Version and build number of the package |
| WCH_CONTEXT_REACT_REDUX | Injection token for the react redux store |
| WCH_PROVIDER_REACT_REDUX | Declares the provider |
Home > @acoustic-content-sdk/react-redux-hooks > VERSION
VERSION variable
Version and build number of the package
Signature:
VERSION: {
version: {
major: string;
minor: string;
patch: string;
branch: string;
};
build: Date;
}Home > @acoustic-content-sdk/react-redux-hooks > WCH_CONTEXT_REACT_REDUX
WCH_CONTEXT_REACT_REDUX variable
Injection token for the react redux store
Signature:
WCH_CONTEXT_REACT_REDUX: import("react").Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>>Home > @acoustic-content-sdk/react-redux-hooks > WCH_PROVIDER_REACT_REDUX
WCH_PROVIDER_REACT_REDUX variable
Declares the provider
Signature:
WCH_PROVIDER_REACT_REDUX: import("@acoustic-content-sdk/react-api").ReactProvider<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>>