mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Adds an export for WithOutContext (#18325)
This commit is contained in:
Vendored
+1
@@ -33,5 +33,6 @@ export interface ReactTagsProps {
|
||||
}
|
||||
|
||||
export class WithContext extends React.Component<ReactTagsProps, {}> { }
|
||||
export class WithOutContext extends React.Component<ReactTagsProps, {}> { }
|
||||
|
||||
export default WithContext;
|
||||
|
||||
Reference in New Issue
Block a user