Auto-Import
Auto-Import copied to clipboard
Imort for flow types
Hi there,
Is there a chance we can get this to work with flow types? Flow types are exactly the same as javascript its just export type { blah }
inestead of export { blah }
. And the reverse import type { blah } from '....'
.
It sounds like the infrastructure would be in-place for this already thanks to the typescript support? Do any of the core contributors want to chime in here?