redux-providers
Version:
Minimalist dependency injection system for redux. Create providers to be injected and used in redux reducers.
11 lines • 477 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.METADATA_KEY = {
DESIGN_TYPE: "design:type",
DESIGN_RETURN_TYPE: "design:returntype",
DESIGN_PARAM_TYPES: "design:paramtypes",
MODULE_PARAM_TYPES: "react-component-providers/module:paramtypes",
MODULE_OPTIONS: "react-component-providers/module:options",
PROVIDER_PARAM_TYPES: "react-component-providers/provider:paramtypes"
};
//# sourceMappingURL=metadata.keys.js.map