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>

9 lines (8 loc) 230 B
import { OnChanges } from '@angular/core'; export declare class InputGroupItem implements OnChanges { type: 'default' | 'auto' | 'full'; baseClass: boolean; auto: boolean; full: boolean; ngOnChanges(): void; }