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>

13 lines (12 loc) 321 B
import { OnInit, TemplateRef } from '@angular/core'; export declare class Page implements OnInit { fluid: false; narrow: boolean; default: boolean; _fluid: boolean; title: string | TemplateRef<any>; subtitle: string; actions: TemplateRef<any>; breadcrumb: boolean; ngOnInit(): void; }