UNPKG

@clr/angular

Version:

Angular components for Clarity

7 lines (6 loc) 249 B
import { Type } from '@angular/core'; import { FocusableItem } from './focusable-item'; export declare function customFocusableItemProvider<T>(implementation: Type<T>): (Type<T> | { provide: typeof FocusableItem; useExisting: Type<T>; })[];