FocusDelegated

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.