I am using typescript with angular and trying to create a custom directive. I am attempting to give all my parameters types, but am not sure what type the object that is pass through the $element parameter is. Is it JQuery type? Or some Element type?I am using typescript with angular and trying t