UNPKG

docusaurus-theme-openapi-docs

Version:

OpenAPI theme for Docusaurus.

14 lines (13 loc) 675 B
"use strict"; /* ============================================================================ * Copyright (c) Palo Alto Networks * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * ========================================================================== */ Object.defineProperty(exports, "__esModule", { value: true }); exports.useTypedSelector = exports.useTypedDispatch = void 0; const react_redux_1 = require("react-redux"); const useTypedDispatch = () => (0, react_redux_1.useDispatch)(); exports.useTypedDispatch = useTypedDispatch; exports.useTypedSelector = react_redux_1.useSelector;