UNPKG

igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

9 lines (8 loc) 167 B
/** * Used for editor control components * @hidden */ export interface EditorProvider { /** Return the focusable native element */ getEditElement(): any; }