UNPKG

ui-lit

Version:

UI Elements on LIT

7 lines (6 loc) 166 B
import { LitElement } from 'lit'; export interface Focusable extends LitElement { autofocus: boolean; readonly isFocused: boolean; focus(): void; }