Linting + typing
This commit is contained in:
@@ -6,6 +6,7 @@ import { colors } from 'ts/style/colors';
|
||||
interface ButtonInterface {
|
||||
children: Node | string;
|
||||
transparent?: any;
|
||||
hasIcon?: any;
|
||||
inline?: any;
|
||||
href?: string;
|
||||
onClick?: () => void;
|
||||
|
Reference in New Issue
Block a user