UNPKG

@nextcloud/vue

Version:
11 lines (10 loc) 322 B
/** * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ export declare const APP_NAME: string; export declare const APP_VERSION: string; /** * Get localized app name from the initial state */ export declare const getLocalizedAppName: () => string;