mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
7 lines
187 B
TypeScript
7 lines
187 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'
|
||
|
}
|