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

10 lines
263 B
TypeScript

import type { ComputedRef } from 'vue';
/**
* Composables for route paths
*
* 获取路由路径的组合函数
*
* @returns Computed reference to route paths / 路由路径的计算引用
*/
export declare const useRoutePaths: () => ComputedRef<string[]>;