UNPKG

@maplibre/ngx-maplibre-gl

Version:
16 lines (15 loc) 673 B
import * as i0 from "@angular/core"; /** * `mglFullscreen` - a fullscreen control directive * * @category Directives */ export declare class FullscreenControlDirective { private readonly mapService; private readonly controlComponent; readonly container: import("@angular/core").InputSignal<HTMLElement | undefined>; constructor(); onFullscreen(): void; static ɵfac: i0.ɵɵFactoryDeclaration<FullscreenControlDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<FullscreenControlDirective, "[mglFullscreen]", never, { "container": { "alias": "container"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>; }