1
0
mirror of https://github.com/WeBankFinTech/fes.js.git synced 2025-04-06 03:59:53 +08:00
2022-11-10 17:48:34 +08:00

15 lines
302 B
TypeScript

declare module '@fesjs/fes' {
interface PluginBuildConfig {
sass?:
| {
implementation: any;
sassOptions: object;
sourceMap: boolean;
webpackImporter: boolean;
}
| false;
}
}