UNPKG

@bimeister/pupakit.kit

Version:

PupaKit is an open source collection of Angular components based on an atomic approach to building interfaces, which guarantees better performance and greater development flexibility.

9 lines (8 loc) 347 B
import { BehaviorSubject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class GridStateService { readonly isGridVisible$: BehaviorSubject<boolean>; toggleGridVisibleState(): void; static ɵfac: i0.ɵɵFactoryDeclaration<GridStateService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<GridStateService>; }