mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-28 03:08:30 +00:00
modals container eslint fix
This commit is contained in:
parent
d7e0fb91cd
commit
f4985c0b7c
@ -11,7 +11,7 @@ import type { State, Dispatch } from 'flowtype';
|
|||||||
|
|
||||||
import Modal from './index';
|
import Modal from './index';
|
||||||
|
|
||||||
type OwnProps = { }
|
type OwnProps = {};
|
||||||
|
|
||||||
type StateProps = {
|
type StateProps = {
|
||||||
modal: $ElementType<State, 'modal'>,
|
modal: $ElementType<State, 'modal'>,
|
||||||
@ -24,12 +24,12 @@ type StateProps = {
|
|||||||
receive: $ElementType<State, 'receive'>,
|
receive: $ElementType<State, 'receive'>,
|
||||||
localStorage: $ElementType<State, 'localStorage'>,
|
localStorage: $ElementType<State, 'localStorage'>,
|
||||||
wallet: $ElementType<State, 'wallet'>,
|
wallet: $ElementType<State, 'wallet'>,
|
||||||
}
|
};
|
||||||
|
|
||||||
type DispatchProps = {
|
type DispatchProps = {
|
||||||
modalActions: typeof ModalActions,
|
modalActions: typeof ModalActions,
|
||||||
receiveActions: typeof ReceiveActions,
|
receiveActions: typeof ReceiveActions,
|
||||||
}
|
};
|
||||||
|
|
||||||
export type Props = StateProps & DispatchProps;
|
export type Props = StateProps & DispatchProps;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user