File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
" export interface I${1:App}Props {" ,
8
8
" }" ,
9
9
" " ,
10
- " export default class ${1:} extends React.Component<I${1:}Props, any > {" ,
10
+ " export default class ${1:} extends React.Component<I${1:}Props> {" ,
11
11
" public render() {" ,
12
12
" return (" ,
13
13
" <div>" ,
57
57
" export interface I${1:App}Props {" ,
58
58
" }" ,
59
59
" " ,
60
- " class ${1:} extends React.Component<I${1:}Props, any > {" ,
60
+ " class ${1:} extends React.Component<I${1:}Props> {" ,
61
61
" public render() {" ,
62
62
" return (" ,
63
63
" <div>" ,
78
78
" export interface I${1:App}Props {" ,
79
79
" }" ,
80
80
" " ,
81
- " export default class ${1:} extends React.PureComponent<I${1:}Props, any > {" ,
81
+ " export default class ${1:} extends React.PureComponent<I${1:}Props> {" ,
82
82
" public render() {" ,
83
83
" return (" ,
84
84
" <div>" ,
97
97
" export interface I${1:App}Props {" ,
98
98
" }" ,
99
99
" " ,
100
- " class ${1:} extends React.PureComponent<I${1:}Props, any > {" ,
100
+ " class ${1:} extends React.PureComponent<I${1:}Props> {" ,
101
101
" public render() {" ,
102
102
" return (" ,
103
103
" <div>" ,
280
280
" export interface I${1:App}Props {" ,
281
281
" }" ,
282
282
" " ,
283
- " class ${1:} extends React.Component<I${1:}Props, any > {" ,
283
+ " class ${1:} extends React.Component<I${1:}Props> {" ,
284
284
" public render() {" ,
285
285
" return (" ,
286
286
" <div>" ,
You can’t perform that action at this time.
0 commit comments