Add fragment type.

master
Tom Hacohen 2017-12-07 10:44:43 +00:00
parent cb28259b24
commit 92b8189190
1 changed files with 6 additions and 0 deletions

6
src/react.d.ts vendored Normal file
View File

@ -0,0 +1,6 @@
import * as React from 'react';
declare module 'react' {
export class Fragment extends React.Component {
}
}