Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

add support for babel-plugin-tcomb #32

Closed
gcanti opened this issue Jun 22, 2016 · 0 comments
Closed

add support for babel-plugin-tcomb #32

gcanti opened this issue Jun 22, 2016 · 0 comments

Comments

@gcanti
Copy link
Owner

gcanti commented Jun 22, 2016

In order to support babel-plugin-tcomb:

import type { ReactElementT } from 'tcomb-react'

we should re-export ReactElement, ReactNode, ReactChild, ReactChildren tcomb types as:

ReactElementT: ReactElement,
ReactNodeT: ReactNode,
ReactChildT: ReactChild,
ReactChildrenT: ReactChildren
@gcanti gcanti closed this as completed in 69f48c6 Jun 22, 2016
gcanti added a commit that referenced this issue Jun 22, 2016
add support for babel-plugin-tcomb, fix #32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant