mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-15 21:08:57 +00:00
eslint + flowtype fixes
This commit is contained in:
parent
5fbd4a3291
commit
9215cb0fe8
@ -1,7 +1,7 @@
|
||||
/* @flow */
|
||||
|
||||
import * as React from 'react';
|
||||
import styled, { css } from 'styled-components';
|
||||
import styled from 'styled-components';
|
||||
import PropTypes from 'prop-types';
|
||||
import Icon from 'components/Icon';
|
||||
import colors from 'config/colors';
|
||||
@ -17,6 +17,7 @@ type Props = {
|
||||
size: number;
|
||||
};
|
||||
onClick: () => void;
|
||||
isLoading?: boolean;
|
||||
children: React.Node;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user