react-gears icon indicating copy to clipboard operation
react-gears copied to clipboard

Typescript definitions not found with `import { Blah } from 'react-gears'`

Open gthomas-appfolio opened this issue 6 years ago • 0 comments

Typescript definitions are not found with import { Blah } from 'react-gears' style imports.

import Blah from 'react-gears/lib/components/Blah'; does work however.

gthomas-appfolio avatar Oct 22 '19 17:10 gthomas-appfolio