UNPKG

@doku-dev/doku-fragment

Version:

A new Angular UI library that moving away from Bootstrap and built from scratch.

12 lines (11 loc) 537 B
import { ElementRef, OnInit } from '@angular/core'; import { DokuRadio } from './radio.component'; import * as i0 from "@angular/core"; export declare class DokuRadioIndicator implements OnInit { private elementRef; private radio; constructor(elementRef: ElementRef, radio: DokuRadio); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DokuRadioIndicator, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DokuRadioIndicator, "doku-radio-indicator", ["dokuRadioIndicator"], {}, {}, never, never, true>; }