truly-ui
Version:
Web Components for Desktop Applications.
12 lines • 418 B
TypeScript
import { Subject } from 'rxjs';
import * as i0 from "@angular/core";
export declare class SidebarService {
private change;
private transitionTime;
changes: Subject<unknown>;
constructor();
setChange(value: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SidebarService>;
}
//# sourceMappingURL=sidebar.service.d.ts.map