Fix type errors in CSS properties

This commit is contained in:
Leonid Logvinov
2018-05-05 01:26:02 +02:00
parent 15a3a8c62f
commit 0ec1c4ad6d
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ const styles = {
userSelect: 'none',
width: 240,
zIndex: 1,
},
} as React.CSSProperties,
};
export const InputLabel = (props: InputLabelProps) => {