UNPKG

@clr/angular

Version:

Angular components for Clarity

6 lines (5 loc) 114 B
export interface FocusableItem { tabIndex?: number; focus: () => void; nativeElement?: HTMLElement; }