FocusDelegated
- Accepts classes based on
LitElement
import { LitElement } from 'lit';
import {
FocusDelegated
} from '@vollowx/seele/base/mixins/focus-delegated.js';
class Some extends FocusDelegated(LitElement) {}
Used when a focusable element is inside the component.