UNPKG

@taiga-ui/kit

Version:

Taiga UI Angular main components kit

13 lines (12 loc) 471 B
import { type Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class TuiInputNumberStepService { private readonly doc; private readonly destroyRef; private readonly start$; private readonly stop$; readonly steps$: Observable<number>; next(value: number): void; static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputNumberStepService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<TuiInputNumberStepService>; }