Files
GDstarmotion-admin/src/.umi/plugin-locale/runtimeConfig.d.ts
PC-202306242200\Administrator 85e7df0a25 更逊包
2024-09-10 16:53:03 +08:00

14 lines
458 B
TypeScript

// This file is generated by Umi automatically
// DO NOT CHANGE IT MANUALLY!
import {
IntlCache,
createIntl,
} from 'D:/project/xdnyAdminGit/admin/node_modules/.pnpm/react-intl@3.12.1_react@18.2.0/node_modules/react-intl';
type OptionalIntlConfig = Omit<Parameters<typeof createIntl>[0], 'locale' | 'defaultLocale'>;
export interface IRuntimeConfig {
locale?: {
getLocale?: () => string;
cache?: IntlCache;
} & OptionalIntlConfig;
};