From 0bf13689d53bd493fb4d0a4213c1801013b5aa8a Mon Sep 17 00:00:00 2001 From: Ricardo Cino Date: Mon, 27 Jun 2022 18:21:31 +0200 Subject: chore: transform containers/settings from js to tsx (#384) --- src/@types/ferdium-components.types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/@types/ferdium-components.types.ts') 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 @@ import { Actions } from 'src/actions/lib/actions'; import { RealStores } from 'src/stores'; -export interface DefaultProps { +export interface StoresProps { actions: Actions; stores: RealStores; } -- cgit v1.2.3-54-g00ecf