mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-29 18:06:01 +08:00
Replace React.Component<(any|void|\{\}|null)> by React.Component
+ many manual adjustments
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user