UNPKG

@clr/angular

Version:

Angular components for Clarity

10 lines (9 loc) 442 B
import { OnInit } from '@angular/core'; import { ClrLabel } from '../common/label'; import * as i0 from "@angular/core"; export declare class ClrRadioWrapper implements OnInit { label: ClrLabel; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ClrRadioWrapper, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ClrRadioWrapper, "clr-radio-wrapper", never, {}, {}, ["label"], ["[clrRadio]", "label"], false, never>; }