We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6b358 commit cbd6421Copy full SHA for cbd6421
core/pfe-core/controllers/at-focus-controller.ts
@@ -1,5 +1,4 @@
1
import { isServer, type ReactiveControllerHost } from 'lit';
2
-import { bound } from '../decorators/bound.js';
3
4
function isATFocusableItem(el: Element): el is HTMLElement {
5
return !!el
0 commit comments