@vindev/particle
Version:
Angular Component Library using Tailwind
16 lines (15 loc) • 825 B
TypeScript
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
export declare class GhostDirective {
private _elementRef;
set ptclGhost(value: boolean);
constructor(_elementRef: ElementRef);
static ɵfac: i0.ɵɵFactoryDeclaration<GhostDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<GhostDirective, "[ptclGhost]", never, { "ptclGhost": "ptclGhost"; }, {}, never, never, false, never>;
}
export declare class GhostDirectiveModule {
static ɵfac: i0.ɵɵFactoryDeclaration<GhostDirectiveModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<GhostDirectiveModule, [typeof GhostDirective], [typeof i1.CommonModule], [typeof GhostDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<GhostDirectiveModule>;
}