UNPKG

truly-ui

Version:
10 lines (9 loc) 240 B
import { AfterViewInit } from '@angular/core'; export declare class TlRadioButton implements AfterViewInit { label: string; value: string; tabindex: number; name: string; checked: boolean; ngAfterViewInit(): void; }