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) 283 B
import { TemplateRef } from '@angular/core'; export declare class LayoutSection { baseClass: boolean; secondary: boolean; oneHalf: boolean; oneThird: boolean; annotated: boolean; title: string | TemplateRef<any>; description: string | TemplateRef<any>; }