UNPKG

@ngx-performance-ui/ui

Version:
13 lines (12 loc) 383 B
import { AbstractInputComponent } from '../../abstracts'; export declare class SpinnerComponent extends AbstractInputComponent { min: number; max: number; buttonClass: string; increaseLabel: string; decreaseLabel: string; step: number; valueLimitFn: (value: number) => number | boolean; readonly defaultValue: number; onClick(value: any): void; }