react-gears
react-gears copied to clipboard
Typescript definitions not found with `import { Blah } from 'react-gears'`
Typescript definitions are not found with import { Blah } from 'react-gears' style imports.
import Blah from 'react-gears/lib/components/Blah'; does work however.