@coreui/angular
Version:
CoreUI Components Library for Angular
8 lines (7 loc) • 378 B
TypeScript
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ElementRefDirective {
readonly elementRef: ElementRef<any>;
static ɵfac: i0.ɵɵFactoryDeclaration<ElementRefDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ElementRefDirective, "[cElementRef]", ["cElementRef"], {}, {}, never, never, true, never>;
}