UNPKG

@clr/angular

Version:

Angular components for Clarity

12 lines (11 loc) 557 B
import { OnInit } from '@angular/core'; import { DynamicWrapper } from '../../utils/host-wrapping/dynamic-wrapper'; import { ClrLabel } from '../common/label'; import * as i0 from "@angular/core"; export declare class ClrRadioWrapper implements DynamicWrapper, OnInit { _dynamic: boolean; label: ClrLabel; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ClrRadioWrapper, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ClrRadioWrapper, "clr-radio-wrapper", never, {}, {}, ["label"], ["[clrRadio]", "label"], false, never>; }