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>

10 lines (9 loc) 258 B
import { TemplateRef } from '@angular/core'; export declare class PageHeader { baseClass: boolean; title: string | TemplateRef<any>; subtitle: string; actions: TemplateRef<any>; breadcrumb: boolean; isTemplate(value: any): boolean; }