@favian/headwind-ui
Version:
Headless UI for Angular - Styleless Angular components to integrate with Tailwind CSS
12 lines (11 loc) • 644 B
TypeScript
import { ViewContainerRef } from '@angular/core';
import { HeadwindOverlayService } from '../../services/headwind-overlay.service';
import * as i0 from "@angular/core";
export declare class HeadwindOverlayOutletComponent {
private readonly _headwindOverlayService;
viewContainerRef: ViewContainerRef;
constructor(_headwindOverlayService: HeadwindOverlayService);
onWindowEscapeKeydown(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<HeadwindOverlayOutletComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<HeadwindOverlayOutletComponent, "headwind-overlay-outlet", never, {}, {}, never, never, true, never>;
}