This is going to be a really short one.
I\'m just wondering what type I should use for jQuery elements?
Without jQuery I go on like this:
export
After installing the types needed (npm install --save-dev @types/jquery), you can type it as just JQuery:
npm install --save-dev @types/jquery
JQuery
constructor(protected element: JQuery) { }