UNPKG

stimulsoft-viewer-angular

Version:

The Viewer component is designed to view reports and dashboards in the web browser.

12 lines (11 loc) 485 B
import { RadioButtonComponent } from '../controls/radio-button.components'; import * as i0 from "@angular/core"; export declare class RadioButtonService { groups: {}; constructor(); addButton(button: RadioButtonComponent): void; removeButton(button: RadioButtonComponent): void; check(button: RadioButtonComponent): void; static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<RadioButtonService>; }