@ices/react-locale
Version:
React components for locale
15 lines (14 loc) • 474 B
TypeScript
/**
* 给 @ices/locale-webpack-plugin 使用的loader接口。
* 用于获取模块资源,并导出相应模块接口。
*/
export declare function getModuleCode({ module, esModule, resourcePath, }: {
module: string;
esModule: boolean;
resourcePath: string;
}): string;
/**
* 给 @ices/locale-webpack-plugin 使用的loader接口。
* 模块导出定义,用于生成资源模块的导出声明。
*/
export declare function getModuleExports(): string;