Add fragment type.
parent
cb28259b24
commit
92b8189190
@ -0,0 +1,6 @@
|
||||
import * as React from 'react';
|
||||
|
||||
declare module 'react' {
|
||||
export class Fragment extends React.Component {
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue