follow-up of request #16129
tlp.dropdown() is impractical. The name "dropdown" is often used to identify a dropdown instance, but the import conflicts with this usage, forcing people to most of the time rename the import import { dropdown as createDropdown }. Now that all callers use webpack, it should be possible to track usage and rename that API.