UNPKG

@asi-ngtools/lib

Version:

This project is a little components library, simple to use, which will help you to simplify your project.

11 lines (10 loc) 268 B
import { TemplateRef } from '@angular/core'; export declare class AsiRadioButtonComponent { /** Value of the radio button */ value: any; /** asi-button design */ design: string; template: TemplateRef<any>; active: boolean; index: number; }