@favian/headwind-ui
Version:
Headless UI for Angular - Styleless Angular components to integrate with Tailwind CSS
18 lines (17 loc) • 894 B
TypeScript
import { DestroyRef, OnInit } from '@angular/core';
import { HeadwindTabGroupService } from '../../service/headwind-tab-group.service';
import * as i0 from "@angular/core";
export declare class HeadwindTabButtonComponent implements OnInit {
private readonly _destroyRef;
private readonly _headwindTabGroupService;
tabKey: any;
constructor(_destroyRef: DestroyRef, _headwindTabGroupService: HeadwindTabGroupService);
private _selected;
get selected(): boolean;
ngOnInit(): void;
onHostClick(): void;
onHostSpaceKeydown(event: Event): void;
onHostEnterKeydown(event: Event): void;
static ɵfac: i0.ɵɵFactoryDeclaration<HeadwindTabButtonComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<HeadwindTabButtonComponent, "headwind-tab-button", never, { "tabKey": { "alias": "tabKey"; "required": true; }; }, {}, never, ["*"], true, never>;
}