Fix type issue

This commit is contained in:
Fabio Berger
2018-04-13 00:11:09 +09:00
committed by Amir Bandeali
parent f9d4966000
commit b9e0cd4512

View File

@@ -1,11 +1,11 @@
import { colors } from '@0xproject/react-shared';
import { colors, Styles } from '@0xproject/react-shared';
import * as React from 'react';
export interface InputLabelProps {
text: string | Element | React.ReactNode;
}
const styles = {
const styles: Styles = {
label: {
color: colors.grey,
fontSize: 12,