@maplibre/ngx-maplibre-gl
Version:
A Angular binding of maplibre-gl
16 lines (15 loc) • 673 B
TypeScript
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>;
}