aboutsummaryrefslogtreecommitdiffstats
path: root/src/@types/ferdium-components.types.ts
diff options
context:
space:
mode:
authorLibravatar Ricardo Cino <ricardo@cino.io>2022-06-27 18:21:31 +0200
committerLibravatar GitHub <noreply@github.com>2022-06-27 17:21:31 +0100
commit0bf13689d53bd493fb4d0a4213c1801013b5aa8a (patch)
tree2b5ae44e4f1aa73b49c011954ff1cb47e3959bad /src/@types/ferdium-components.types.ts
parentchore: recommend specific vscode extensions to setup development [skip ci] (#... (diff)
downloadferdium-app-0bf13689d53bd493fb4d0a4213c1801013b5aa8a.tar.gz
ferdium-app-0bf13689d53bd493fb4d0a4213c1801013b5aa8a.tar.zst
ferdium-app-0bf13689d53bd493fb4d0a4213c1801013b5aa8a.zip
chore: transform containers/settings from js to tsx (#384)
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}