| 4 | import { mediaQuery, zIndexManager } from 'vj/utils'; |
| 5 | |
| 6 | export default class Dropdown extends DOMAttachedObject { |
| 7 | static DOMAttachKey = 'vjDropdownInstance'; |
| 8 | |
| 9 | static DOMAttachSelector = '[data-dropdown-target]'; |
nothing calls this directly
no outgoing calls
no test coverage detected