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.

12 lines (11 loc) 741 B
import { SdsTextfieldControlDirective } from './textfield-control/textfield-control.directive'; import * as i0 from "@angular/core"; export declare class SdsTextfieldComponent { textField: SdsTextfieldControlDirective; helper?: string; icon?: string; label?: string; hiddenLabel: boolean; static ɵfac: i0.ɵɵFactoryDeclaration<SdsTextfieldComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SdsTextfieldComponent, "sds-textfield", never, { "helper": { "alias": "helper"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "hiddenLabel": { "alias": "hiddenLabel"; "required": false; }; }, {}, ["textField"], ["*"], false, never>; }