From bfe76bd3501f753bf0d1bc778e2e44627440c31c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20M=C3=A5rds?= Date: Mon, 24 Jul 2017 20:39:10 +0200 Subject: [PATCH] Adds an export for WithOutContext (#18325) --- types/react-tag-input/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/react-tag-input/index.d.ts b/types/react-tag-input/index.d.ts index 1ab94f7f89..942902973c 100644 --- a/types/react-tag-input/index.d.ts +++ b/types/react-tag-input/index.d.ts @@ -33,5 +33,6 @@ export interface ReactTagsProps { } export class WithContext extends React.Component { } +export class WithOutContext extends React.Component { } export default WithContext;