@nextcloud/vue
Version:
Nextcloud vue components
11 lines (10 loc) • 322 B
TypeScript
/**
* 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;