Created
May 15, 2016 22:14
-
-
Save calebmer/32f8ddf6ebc1022c8a3b320f8d24584c to your computer and use it in GitHub Desktop.
React Hot Loader 3 Typings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
declare module 'react-hot-loader' { | |
import React = __React | |
interface AppContainerProps { | |
children?: React.ReactElement<any> | |
} | |
export class AppContainer extends React.Component<AppContainerProps, {}> {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment