mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 08:32:56 +00:00
10 lines
371 B
TypeScript
10 lines
371 B
TypeScript
import webpack from "webpack";
|
|
|
|
//#region src/normalize-webpack-path.d.ts
|
|
declare function getWebpackPath(compiler: webpack.Compiler, options?: {
|
|
framework: 'nextjs' | 'other';
|
|
}): string;
|
|
declare const normalizeWebpackPath: (fullPath: string) => string;
|
|
//#endregion
|
|
export { getWebpackPath, normalizeWebpackPath };
|
|
//# sourceMappingURL=normalize-webpack-path.d.ts.map
|