Fix type issue
This commit is contained in:
committed by
Amir Bandeali
parent
f9d4966000
commit
b9e0cd4512
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user