mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-02 03:37:57 +08:00
19 lines
351 B
TypeScript
19 lines
351 B
TypeScript
|
|
export const MUTATION_TYPES: object;
|
|
|
|
export const ACTION_TYPES: object;
|
|
|
|
export const GETTER_TYPES: object;
|
|
|
|
export const store: object;
|
|
declare module '@fesjs/fes' {
|
|
interface PluginBuildConfig {
|
|
vuex?:
|
|
| {
|
|
strict: boolean;
|
|
devtools: boolean;
|
|
}
|
|
| false;
|
|
}
|
|
|
|
} |