UNPKG

@nextcloud/vue

Version:
12 lines (11 loc) 386 B
/*! * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ const HAS_APP_NAVIGATION_KEY = Symbol.for("NcContent:setHasAppNavigation"); const CONTENT_SELECTOR_KEY = Symbol.for("NcContent:selector"); export { CONTENT_SELECTOR_KEY as C, HAS_APP_NAVIGATION_KEY as H }; //# sourceMappingURL=constants-DrSznhwy.mjs.map