Creates a DropListRef for an element, turning it into a drop list.
DropListRef
function createDropListRef<T = unknown>( injector: Injector, element: any, ): DropListRef<T>;