@engie-group/fluid-design-system-angular
Version:
Fluid Design System Angular
13 lines (12 loc) • 897 B
TypeScript
import { SegmentedControlProperties } from '@engie-group/fluid-types';
import { InputSignalProps } from 'src/utils/type.utils';
import * as i0 from "@angular/core";
export declare class SegmentedControlComponent implements InputSignalProps<SegmentedControlProperties> {
value: import("@angular/core").ModelSignal<string | undefined>;
scale: import("@angular/core").InputSignal<"sm" | "md" | "lg" | undefined>;
protected classes: import("@angular/core").Signal<{
[x: string]: boolean;
}>;
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedControlComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedControlComponent, "nj-segmented-control", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "scale": { "alias": "scale"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; }, never, ["*"], true, never>;
}