mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-06-30 02:35:08 +08:00
12 lines
236 B
TypeScript
12 lines
236 B
TypeScript
import type { Config } from 'windicss/types/interfaces';
|
|
|
|
declare module '@fesjs/fes' {
|
|
interface PluginBuildConfig {
|
|
windicss?:
|
|
| {
|
|
config: Config;
|
|
}
|
|
| false;
|
|
}
|
|
}
|