truly-ui
Version:
Web Components for Desktop Applications.
13 lines • 616 B
TypeScript
import { AfterViewInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TlRadioButton implements AfterViewInit {
label: string;
value: string;
tabindex: number;
disabled: any;
checked: boolean;
ngAfterViewInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TlRadioButton, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TlRadioButton, "tl-radiobutton", never, { "label": "label"; "value": "value"; "tabindex": "tabindex"; "disabled": "disabled"; "checked": "checked"; }, {}, never, never, false, never>;
}
//# sourceMappingURL=radiobutton.d.ts.map