UNPKG

ng-devui

Version:

DevUI components based on Angular

5 lines (4 loc) 267 B
import { ElementRef } from '@angular/core'; export declare function formWithDropDown(ele: ElementRef): ElementRef['nativeElement']; export declare function addClassToOrigin(ele: ElementRef): void; export declare function removeClassFromOrigin(ele: ElementRef): void;