Linter fixes
This commit is contained in:
@@ -3,12 +3,11 @@ import styled from 'styled-components';
|
||||
|
||||
import { colors } from 'ts/style/colors';
|
||||
|
||||
|
||||
interface ButtonInterface {
|
||||
children: Node | string;
|
||||
transparent?: any;
|
||||
inline?: any;
|
||||
href?: string,
|
||||
href?: string;
|
||||
onClick?: () => void;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user