Adds an export for WithOutContext (#18325)

This commit is contained in:
Matti Mårds
2017-07-24 11:39:10 -07:00
committed by Andy
parent fe3061f333
commit bfe76bd350
+1
View File
@@ -33,5 +33,6 @@ export interface ReactTagsProps {
}
export class WithContext extends React.Component<ReactTagsProps, {}> { }
export class WithOutContext extends React.Component<ReactTagsProps, {}> { }
export default WithContext;