mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 02:53:50 +00:00
Setup alias for use in standalone chill-bundles project and replace relative paths
This commit is contained in:
6
src/vuex.d.ts
vendored
Normal file
6
src/vuex.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
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";
|
||||
}
|
Reference in New Issue
Block a user