sb-element
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1. It is a component library constructed around the SCSS library [Sb-Theming](https://github.com/SeverinBuchser/SbTheming) and supports [Angular Schematics]
23 lines (22 loc) • 1.21 kB
TypeScript
import { ControlValueAccessor } from '@angular/forms';
import * as i0 from "@angular/core";
declare const SbRadioButtonGroupCore: import("../../core").Constructor<import("../../core").CanDisable> & import("../../core").AbstractConstructor<import("../../core").CanDisable> & import("../../core").Constructor<import("../../core").CanFocus> & import("../../core").AbstractConstructor<import("../../core").CanFocus> & {
new (): {};
};
export declare class SbRadioButtonGroupComponent extends SbRadioButtonGroupCore implements ControlValueAccessor {
color: string;
name: string;
options: Array<string>;
private onChange;
private onTouch;
private innerValue;
set value(value: string);
get value(): string;
writeValue(value: string): void;
registerOnChange(fn: any): void;
registerOnTouched(fn: any): void;
onBlur(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SbRadioButtonGroupComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SbRadioButtonGroupComponent, "sb-radio-button-group", never, { "disabled": "disabled"; "color": "color"; "name": "name"; "options": "options"; }, { "focus": "focus"; "blur": "blur"; }, never, never>;
}
export {};