mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
7 lines
199 B
TypeScript
7 lines
199 B
TypeScript
declare module "vuex" {
|
|
export * from "vuex/types/index.d.ts";
|
|
export * from "vuex/types/helpers.d.ts";
|
|
export * from "vuex/types/logger.d.ts";
|
|
export * from "vuex/types/vue.d.ts";
|
|
}
|