UNPKG

@kushki/ng-suka

Version:

<p align="center"> <h1 align="center">Suka Components Angular</h1> <p align="center"> An Angular implementation of the Suka Design System </p> </p>

11 lines (10 loc) 296 B
import { EventEmitter, OnInit } from '@angular/core'; export declare class CardHeader implements OnInit { showAction: boolean; cardHeaderClass: boolean; skeleton: boolean; actionLabel: string; action: EventEmitter<any>; ngOnInit(): void; onClick($event: any): void; }