mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-10-14 19:22:13 +08:00
13 lines
162 B
TypeScript
13 lines
162 B
TypeScript
|
|
|
|
declare module "@fesjs/fes" {
|
|
interface PluginBuildConfig {
|
|
vuex: {
|
|
strict: boolean;
|
|
devtools: boolean;
|
|
}
|
|
}
|
|
}
|
|
|
|
|