How do I use element-ui with Vue+typescript
There are no types for element-ui so when I import it
import Vue from 'vue';
import Element from 'element-ui'
I get an error
Could not find a declaration file for module 'element-ui'. '/home/andres/Code/cdr/frontend/node_modules/element-ui/lib/element-ui.common.js' implicitly has an 'any' type.
How do I work around this?