add-locale.d.ts 121 B

12
  1. import type { addLocale as Fn } from '../shared/lib/router/utils/add-locale';
  2. export declare const addLocale: typeof Fn;