aboutsummaryrefslogtreecommitdiffstats
path: root/src/@types/ferdium-components.types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/@types/ferdium-components.types.ts')
-rw-r--r--src/@types/ferdium-components.types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/@types/ferdium-components.types.ts b/src/@types/ferdium-components.types.ts
index df5e2f6ed..c4d1f0696 100644
--- a/src/@types/ferdium-components.types.ts
+++ b/src/@types/ferdium-components.types.ts
@@ -1,7 +1,7 @@
1import { Actions } from 'src/actions/lib/actions'; 1import { Actions } from 'src/actions/lib/actions';
2import { RealStores } from 'src/stores'; 2import { RealStores } from 'src/stores';
3 3
4export interface DefaultProps { 4export interface StoresProps {
5 actions: Actions; 5 actions: Actions;
6 stores: RealStores; 6 stores: RealStores;
7} 7}