@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>
17 lines (16 loc) • 431 B
TypeScript
import { TemplateRef } from '@angular/core';
export declare class LayoutSection {
baseClass: boolean;
secondary: boolean;
oneHalf: boolean;
oneThird: boolean;
annotated: boolean;
/**
* Sets the title for an annotated layout section.
*/
title: string | TemplateRef<any>;
/**
* Sets the description for an annotated layout section.
*/
description: string | TemplateRef<any>;
}