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