UNPKG

systelab-components

Version:

systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.

16 lines (15 loc) 856 B
import { ElementRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SliderComponent { min: number; max: number; step: number; continuous: boolean; value: number; valueChange: EventEmitter<any>; element: ElementRef; sliderChangeEvent(event: any): void; sliderInputEvent(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "systelab-slider", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "continuous": { "alias": "continuous"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>; }