stimulsoft-viewer-angular
Version:
Stimulsoft Viewer Angular
12 lines (11 loc) • 485 B
TypeScript
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>;
}