UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

9 lines (8 loc) 283 B
import { BehaviorSubject } from 'rxjs'; import { TccSingleton } from '../../../core/models/tcc-singleton.model'; export declare class LoadingIndicatorService implements TccSingleton { isLoading: BehaviorSubject<boolean>; constructor(); init(): void; reset(): void; }