@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
16 lines • 684 B
TypeScript
import { ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class BottomDrawerComponent {
drawerHost: ViewContainerRef;
/**
* When enabled, clicking outside the drawer will not close it.
*/
disableClickOutside: boolean;
get drawerOpen$(): import("rxjs").Observable<boolean>;
private drawerOpenSubject$;
private drawerOpenObs$;
hide(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<BottomDrawerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<BottomDrawerComponent, "c8y-bottom-drawer", never, {}, {}, never, never, true, never>;
}
//# sourceMappingURL=bottom-drawer.component.d.ts.map