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) 288 B
import { OnInit } from '@angular/core'; export declare class Container implements OnInit { /** * Sets the container type. Set to `fluid` for a full width container. */ sukaContainer: 'default' | 'fluid'; default: boolean; fluid: boolean; ngOnInit(): void; }