UNPKG

ngx-material-drawer

Version:

[npm_img]: https://img.shields.io/npm/v/ngx-material-drawer.svg?colorB=0E7FBF [npm_url]: https://www.npmjs.com/package/ngx-material-drawer

9 lines (8 loc) 245 B
import { Observable } from 'rxjs'; export declare const POINTS_NAME: string[]; export declare class BreakpointObserverService { private _size$; constructor(); readonly size$: Observable<string>; private _getScreenSize; }