Replace React.Component<(any|void|\{\}|null)> by React.Component

+ many manual adjustments
This commit is contained in:
Tanguy Krotoff
2017-06-21 09:48:37 +02:00
parent b0c9072f43
commit 573083a518
88 changed files with 247 additions and 247 deletions

View File

@@ -2,7 +2,7 @@ import * as React from 'react';
import { Icon, IconStack, IconProps } from 'react-fa';
import DefaultIcon from 'react-fa';
export class ReactFATest extends React.Component<any> {
export class ReactFATest extends React.Component {
render() {
const defaultProps = {
name: 'flask',