UNPKG

@slashid/docusaurus-theme-slashid

Version:
21 lines (19 loc) 854 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _ComponentTypes = _interopRequireDefault(require("@theme-init/NavbarItem/ComponentTypes")); var _AuthButton = _interopRequireDefault(require("../components/AuthButton")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /* ============================================================================ * Copyright (c) SlashID * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * ========================================================================== */ const newTypes = Object.assign({}, _ComponentTypes.default, { "custom-AuthButton": _AuthButton.default }); var _default = newTypes; exports.default = _default;