UNPKG

@funnelback/ng-sds

Version:

`@funnelback/ng-sds` is Bootstrap 5 based library that aims to implement the [Squiz Design System specification](https://designsystem.squiz.net/) in Angular.

11 lines (10 loc) 655 B
import { SdsRadioControlDirective } from '../radio-control/radio-control.directive'; import * as i0 from "@angular/core"; export declare class SdsRadioGroupComponent { radio: SdsRadioControlDirective; helper?: string; label?: string; hiddenLabel: boolean; static ɵfac: i0.ɵɵFactoryDeclaration<SdsRadioGroupComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SdsRadioGroupComponent, "sds-radio-group", never, { "helper": { "alias": "helper"; "required": false; }; "label": { "alias": "label"; "required": false; }; "hiddenLabel": { "alias": "hiddenLabel"; "required": false; }; }, {}, ["radio"], ["*"], false, never>; }