@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) • 683 B
TypeScript
import { SdsSelectfieldControlDirective } from './selectfield-control/selectfield-control.directive';
import * as i0 from "@angular/core";
export declare class SdsSelectfieldComponent {
select: SdsSelectfieldControlDirective;
helper?: string;
label?: string;
hiddenLabel: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<SdsSelectfieldComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SdsSelectfieldComponent, "sds-selectfield", never, { "helper": { "alias": "helper"; "required": false; }; "label": { "alias": "label"; "required": false; }; "hiddenLabel": { "alias": "hiddenLabel"; "required": false; }; }, {}, ["select"], ["*"], false, never>;
}