Add fragment type.

master
Tom Hacohen 7 years ago
parent cb28259b24
commit 92b8189190

6
src/react.d.ts vendored

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