fuc-new/doc/node_modules/@vuepress/plugin-git/lib/client/composables/useGitLocales.d.ts
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

16 lines
429 B
TypeScript

import type { ExactLocaleConfig } from '@vuepress/helper/client';
import type { ComputedRef } from 'vue';
import type { GitLocaleData } from '../../shared/index.js';
/**
* Git plugin locales
*
* Git 插件多语言配置
*/
export declare const locales: ExactLocaleConfig<GitLocaleData>;
/**
* Git locale composable
*
* Git 多语言组合式函数
*/
export declare const useGitLocale: () => ComputedRef<GitLocaleData>;