UNPKG

@nbxx/nb-input

Version:
8 lines (7 loc) 218 B
import 'rxjs'; import { Subscription } from 'rxjs'; export declare class NbSortingService { private events; subscribe(next: any, error?: any, complete?: any): Subscription; next(event: any): void; }