IR
Size: a a a
IR
А
А
BE
V
type Actions<S extends Slice> = {
[K in keyof S['actions']]: S['actions'][K];
}
type T1 = Actions<typeof counterSlice>;V
BE
type Actions<S extends Slice> = {
[K in keyof S['actions']]: S['actions'][K];
}
type T1 = Actions<typeof counterSlice>;
LL

type MainAppProps = { ... } & typeof mapDispatchToPropsOS
VB
VB
VB
VB
ВВ
VB
VB